/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-slate-400: #90a1b9;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-slate-400: lab(65.5349% -2.25151 -14.5072);
    }
  }
}

@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;
    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-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-\[1px\] {
    inset: 1px;
  }

  .inset-y-0 {
    inset-block: 0;
  }

  .top-0 {
    top: 0;
  }

  .top-px {
    top: 1px;
  }

  .right-\[10\%\] {
    right: 10%;
  }

  .left-0 {
    left: 0;
  }

  .left-\[10\%\] {
    left: 10%;
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-dvh {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

  .min-h-0 {
    min-height: 0;
  }

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

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

  .min-h-\[100svh\] {
    min-height: 100svh;
  }

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

  .min-h-dvh {
    min-height: 100dvh;
  }

  .min-h-full {
    min-height: 100%;
  }

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

  .min-h-svh {
    min-height: 100svh;
  }

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

  .w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

  .w-\[13rem\] {
    width: 13rem;
  }

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

  .w-\[var\(--radix-dropdown-menu-trigger-width\)\] {
    width: var(--radix-dropdown-menu-trigger-width);
  }

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

  .w-full {
    width: 100%;
  }

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

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

  .max-w-\[9\.5rem\] {
    max-width: 9.5rem;
  }

  .max-w-\[14rem\] {
    max-width: 14rem;
  }

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

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

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

  .max-w-\[var\(--gtd-container-max\)\] {
    max-width: var(--gtd-container-max);
  }

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

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

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

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

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

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

  .min-w-0 {
    min-width: 0;
  }

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

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

  .flex-1 {
    flex: 1;
  }

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

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .\[transform\:translateZ\(0\)\] {
    transform: translateZ(0);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

  .gap-0 {
    gap: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

  .rounded-\[999px\] {
    border-radius: 999px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

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

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

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

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

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

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

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

  .border-\[var\(--ac-border\)\] {
    border-color: var(--ac-border);
  }

  .border-\[var\(--design-border\)\] {
    border-color: var(--design-border);
  }

  .border-\[var\(--docs-border\)\] {
    border-color: var(--docs-border);
  }

  .border-\[var\(--gtd-border\)\] {
    border-color: var(--gtd-border);
  }

  .border-\[var\(--gts-border\)\] {
    border-color: var(--gts-border);
  }

  .bg-\[var\(--ac-accent\)\] {
    background-color: var(--ac-accent);
  }

  .bg-\[var\(--ac-accent-soft\)\] {
    background-color: var(--ac-accent-soft);
  }

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

  .bg-\[var\(--ac-surface\)\] {
    background-color: var(--ac-surface);
  }

  .bg-\[var\(--design-accent-soft\)\] {
    background-color: var(--design-accent-soft);
  }

  .bg-\[var\(--docs-surface\)\] {
    background-color: var(--docs-surface);
  }

  .bg-\[var\(--gtd-error-soft\)\] {
    background-color: var(--gtd-error-soft);
  }

  .bg-\[var\(--gtd-primary-soft\)\] {
    background-color: var(--gtd-primary-soft);
  }

  .bg-\[var\(--gtd-surface\)\] {
    background-color: var(--gtd-surface);
  }

  .bg-\[var\(--gts-bg-3\)\] {
    background-color: var(--gts-bg-3);
  }

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

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

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

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

  .p-0 {
    padding: 0;
  }

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

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

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

  .px-0 {
    padding-inline: 0;
  }

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

  .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-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[clamp\(1\.5rem\,3vw\,2rem\)\] {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }

  .text-\[clamp\(1\.75rem\,4vw\,2\.5rem\)\] {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }

  .text-\[clamp\(2rem\,5vw\,3\.25rem\)\] {
    font-size: clamp(2rem, 5vw, 3.25rem);
  }

  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[var\(--ac-faint\)\] {
    color: var(--ac-faint);
  }

  .text-\[var\(--ac-muted\)\] {
    color: var(--ac-muted);
  }

  .text-\[var\(--ac-text\)\] {
    color: var(--ac-text);
  }

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

  .text-\[var\(--design-text\)\] {
    color: var(--design-text);
  }

  .text-\[var\(--design-text-mute\)\] {
    color: var(--design-text-mute);
  }

  .text-\[var\(--design-text-sub\)\] {
    color: var(--design-text-sub);
  }

  .text-\[var\(--dev-text-sub\)\] {
    color: var(--dev-text-sub);
  }

  .text-\[var\(--docs-cyan\)\] {
    color: var(--docs-cyan);
  }

  .text-\[var\(--docs-text-faint\)\] {
    color: var(--docs-text-faint);
  }

  .text-\[var\(--docs-text-sub\)\] {
    color: var(--docs-text-sub);
  }

  .text-\[var\(--gtd-error\)\] {
    color: var(--gtd-error);
  }

  .text-\[var\(--gtd-text\)\] {
    color: var(--gtd-text);
  }

  .text-\[var\(--gtd-text-mute\)\] {
    color: var(--gtd-text-mute);
  }

  .text-\[var\(--gtd-text-sub\)\] {
    color: var(--gtd-text-sub);
  }

  .text-\[var\(--gtd-ui-primary\)\] {
    color: var(--gtd-ui-primary);
  }

  .text-\[var\(--gts-text\,var\(--gtd-text\,var\(--text\)\)\)\] {
    color: var(--gts-text, var(--gtd-text, var(--text)));
  }

  .text-\[var\(--gts-text-faint\)\] {
    color: var(--gts-text-faint);
  }

  .text-\[var\(--gts-text-mute\)\] {
    color: var(--gts-text-mute);
  }

  .text-\[var\(--gts-text-sub\)\] {
    color: var(--gts-text-sub);
  }

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

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

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

  .text-white\/40 {
    color: #fff6;
  }

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

  .normal-case {
    text-transform: none;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .decoration-transparent {
    text-decoration-color: #0000;
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

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

  .opacity-40 {
    opacity: .4;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-\[0\.35\] {
    opacity: .35;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .brightness-\[1\.15\] {
    --tw-brightness: brightness(1.15);
    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, );
  }

  .contrast-\[1\.05\] {
    --tw-contrast: contrast(1.05);
    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, );
  }

  .saturate-\[0\.95\] {
    --tw-saturate: saturate(.95);
    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-\[box-shadow\,border-color\,background\] {
    transition-property: box-shadow, border-color, background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

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

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

  .transition-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-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-\[cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    --tw-ease: cubic-bezier(.16,1,.3,1);
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  }

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

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

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-\[1\.03\]:is(:where(.group):hover *) {
      scale: 1.03;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[var\(--docs-cyan\)\]:is(:where(.group):hover *) {
      color: var(--docs-cyan);
    }
  }

  @media (hover: hover) {
    .group-hover\:decoration-current:is(:where(.group):hover *) {
      text-decoration-color: currentColor;
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-\[var\(--ac-accent-hover\)\]:hover {
      background-color: var(--ac-accent-hover);
    }
  }

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

  @media (hover: hover) {
    .hover\:text-\[var\(--ac-accent\)\]:hover {
      color: var(--ac-accent);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--ac-accent-bright\)\]:hover {
      color: var(--ac-accent-bright);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--ac-text\)\]:hover {
      color: var(--ac-text);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--gts-text-mute\)\]:hover {
      color: var(--gts-text-mute);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-700:hover {
      color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-white\/70:hover {
      color: #ffffffb3;
    }

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

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:border-\[var\(--ac-accent\)\]:focus {
    border-color: var(--ac-accent);
  }

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

  @media not (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:sr-only {
      clip-path: inset(50%);
      white-space: nowrap;
      border-width: 0;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      position: absolute;
      overflow: hidden;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:right-\[12\%\] {
      right: 12%;
    }
  }

  @media not (min-width: 48rem) {
    .max-md\:left-\[12\%\] {
      left: 12%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-none {
      max-width: none;
    }
  }

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

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

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

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }
  }

  @media (min-width: 40rem) {
    .sm\:pt-\[2px\] {
      padding-top: 2px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:pb-\[3px\] {
      padding-bottom: 3px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-\[15\.5px\] {
      font-size: 15.5px;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

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

  @media (min-width: 48rem) {
    .md\:size-9 {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
  }

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

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

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

  @media (min-width: 48rem) {
    .md\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[12px\] {
      font-size: 12px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:w-\[var\(--gtd-admin-nav-width\,13rem\)\] {
      width: var(--gtd-admin-nav-width, 13rem);
    }
  }

  @media (min-width: 64rem) {
    .lg\:translate-x-0 {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

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

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

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1fr_360px\] {
      grid-template-columns: 1fr 360px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-0 {
      padding-inline: 0;
    }
  }

  @media (min-width: 64rem) {
    .lg\:pl-\[var\(--gtd-admin-nav-width\,13rem\)\] {
      padding-left: var(--gtd-admin-nav-width, 13rem);
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

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

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

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

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

@font-face {
  font-family: A2z;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/%EC%97%90%EC%9D%B4%ED%88%AC%EC%A7%80%EC%B2%B4-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: A2z;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/%EC%97%90%EC%9D%B4%ED%88%AC%EC%A7%80%EC%B2%B4-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: A2z;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/%EC%97%90%EC%9D%B4%ED%88%AC%EC%A7%80%EC%B2%B4-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: A2z;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/%EC%97%90%EC%9D%B4%ED%88%AC%EC%A7%80%EC%B2%B4-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: A2z;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/%EC%97%90%EC%9D%B4%ED%88%AC%EC%A7%80%EC%B2%B4-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --gtd-primary: #059669;
  --gtd-primary-deep: #064e3b;
  --gtd-secondary: #f4f6fa;
  --gtd-accent: #ff5722;
  --gtd-container-max: 1200px;
  --font-sans: "A2z", "Pretendard", ui-sans-serif, system-ui, sans-serif;
  --font-display: var(--font-sans);
  --z-dropdown: 40;
  --z-popover: 50;
  --z-overlay: 60;
  --z-modal: 70;
  --z-toast: 80;
  --z-tooltip: 90;
  --tds-blue-50: #e8f3ff;
  --tds-blue-500: #3182f6;
  --tds-blue-600: #2272eb;
  --tds-teal-50: #edf8f8;
  --tds-teal-500: #18a5a5;
  --tds-teal-700: #0c8585;
  --tds-green-50: #f0faf6;
  --tds-green-500: #03b26c;
  --tds-green-700: #029359;
  --tds-red-50: #fee;
  --tds-red-500: #f04452;
  --tds-red-700: #d22030;
  --tds-yellow-50: #fff9e7;
  --tds-yellow-500: #ffc342;
  --tds-yellow-700: #faa131;
  --tds-grey-50: #f9fafb;
  --tds-grey-100: #f2f4f6;
  --tds-grey-500: #8b95a1;
  --tds-grey-700: #4e5968;
  --tds-grey-900: #191f28;
}

[data-theme="light"] {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --gtd-bg: #f4f6fa;
  --gtd-bg-2: #fff;
  --gtd-bg-3: #eef1f5;
  --gtd-bg-glass: #ffffffeb;
  --gtd-surface: #f8fafc;
  --gtd-border: #e2e8f0;
  --gtd-border-strong: #cbd5e1;
  --gtd-border-accent: #94a3b8;
  --gtd-text: #12161c;
  --gtd-text-sub: #475569;
  --gtd-text-mute: #64748b;
  --gtd-text-faint: #94a3b8;
  --gtd-primary-bright: #10b981;
  --gtd-highlight: #059669;
  --gtd-primary-soft: #ecfdf5;
  --gtd-primary-glow: transparent;
  --gtd-violet: #6366f1;
  --gtd-hero-bg: #f4f6fa;
  --gtd-hero-surface: #f4f6fa;
  --gtd-ambient-grid: transparent;
  --gtd-ambient-glow-a: transparent;
  --gtd-ambient-glow-b: transparent;
  --gtd-hero-mesh-primary: transparent;
  --gtd-hero-mesh-secondary: transparent;
  --gtd-hero-halo-primary: transparent;
  --gtd-hero-halo-secondary: transparent;
  --gtd-hero-grid-dense: transparent;
  --gtd-hero-display-glow: transparent;
  --gtd-link-underline: #05966938;
  --gtd-link-underline-hover: #0596697a;
  --gtd-nav-bg: #fff;
  --gtd-nav-bg-scrolled: #fff;
  --gtd-nav-border: #e2e8f0;
  --gtd-nav-border-scrolled: #cbd5e1;
  --gtd-nav-sheen: none;
  --gtd-nav-shadow: 0 1px 0 #0f172a0a;
  --gtd-nav-shadow-scrolled: 0 1px 3px #0f172a0f;
  --gtd-selection-bg: #0596692e;
  --gtd-selection-text: #12161c;
  --gtd-panel-bg: #fff;
  --gtd-panel-hover-border: #cbd5e1;
  --gtd-nav-pill-bg: #f1f5f9;
  --gtd-nav-pill-border: #e2e8f0;
  --gtd-nav-pill-active-border: #059669;
  --gtd-nav-cta-bg: #ecfdf5;
  --gtd-launcher-wallpaper: #f4f6fa;
  --gtd-launcher-text: #12161c;
  --gtd-launcher-text-sub: #64748b;
  --gtd-ui-primary: var(--gtd-highlight);
  --gtd-ui-primary-hover: var(--gtd-primary-bright);
  --gtd-ui-primary-soft: var(--gtd-primary-soft);
  --gtd-ui-focus-ring: var(--gtd-highlight);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-theme="light"] {
    --gtd-ui-focus-ring: color-mix(in srgb, var(--gtd-highlight) 16%, transparent);
  }
}

[data-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --gtd-bg: #18181b;
  --gtd-bg-2: #27272a;
  --gtd-bg-3: #3f3f46;
  --gtd-bg-glass: #27272af0;
  --gtd-surface: #27272a;
  --gtd-border: #3f3f46;
  --gtd-border-strong: #52525b;
  --gtd-border-accent: #71717a;
  --gtd-text: #fafafa;
  --gtd-text-sub: #d4d4d8;
  --gtd-text-mute: #a1a1aa;
  --gtd-text-faint: #71717a;
  --gtd-primary-bright: #34d399;
  --gtd-highlight: #10b981;
  --gtd-primary-soft: #10b9811f;
  --gtd-primary-glow: transparent;
  --gtd-violet: #818cf8;
  --gtd-hero-bg: #18181b;
  --gtd-hero-surface: #18181b;
  --gtd-ambient-grid: transparent;
  --gtd-ambient-glow-a: transparent;
  --gtd-ambient-glow-b: transparent;
  --gtd-hero-mesh-primary: transparent;
  --gtd-hero-mesh-secondary: transparent;
  --gtd-hero-halo-primary: transparent;
  --gtd-hero-halo-secondary: transparent;
  --gtd-hero-grid-dense: transparent;
  --gtd-hero-display-glow: transparent;
  --gtd-link-underline: #10b98159;
  --gtd-link-underline-hover: #34d3999e;
  --gtd-nav-bg: #27272a;
  --gtd-nav-bg-scrolled: #27272a;
  --gtd-nav-border: #3f3f46;
  --gtd-nav-border-scrolled: #52525b;
  --gtd-nav-sheen: none;
  --gtd-nav-shadow: 0 1px 0 #0003;
  --gtd-nav-shadow-scrolled: 0 1px 3px #00000040;
  --gtd-selection-bg: #10b98152;
  --gtd-selection-text: #fafafa;
  --gtd-panel-bg: #27272a;
  --gtd-panel-hover-border: #52525b;
  --gtd-nav-pill-bg: #3f3f46;
  --gtd-nav-pill-border: #52525b;
  --gtd-nav-pill-active-border: #10b981;
  --gtd-nav-cta-bg: #10b9811f;
  --gtd-launcher-wallpaper: #18181b;
  --gtd-launcher-text: #fafafa;
  --gtd-launcher-text-sub: #a1a1aa;
  --gtd-ui-primary: var(--gtd-highlight);
  --gtd-ui-primary-hover: var(--gtd-primary-bright);
  --gtd-ui-primary-soft: var(--gtd-primary-soft);
  --gtd-ui-focus-ring: var(--gtd-highlight);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-theme="dark"] {
    --gtd-ui-focus-ring: color-mix(in srgb, var(--gtd-highlight) 24%, transparent);
  }
}

html:not([data-theme="light"]):not([data-theme="dark"]) {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --gtd-ui-primary: #059669;
  --gtd-ui-primary-hover: #10b981;
  --gtd-ui-primary-soft: #ecfdf5;
  --gtd-ui-focus-ring: #05966929;
}

body {
  background: var(--gtd-bg, #f4f6fa);
  color: var(--gtd-text, #12161c);
  transition: background-color .2s, color .2s;
}

::selection {
  background: var(--gtd-selection-bg, #0596692e);
  color: var(--gtd-selection-text, #12161c);
}

.docs-site-ambient, .docs-hero-ambient, .docs-section-ambient, .docs-hero-mesh, .docs-hero-halo, .launcher-wallpaper-blob, .docs-ambient-orbit, .docs-ambient-node, .docs-ambient-corner, .docs-ambient-axis, .docs-site-ambient-grid, .docs-site-ambient-glow, .docs-section-ambient-grid, .docs-section-ambient-node, .docs-section-ambient-corner, .docs-section-ambient-orbit {
  display: none !important;
}

.docs-text-glow, .docs-hero-eyebrow--pulse, .docs-hero-english-lead--pulse, .gts-btn-solid--pulse, .gts-btn-line--pulse, .gts-eyebrow--pulse, .docs-value-item--pulse, .docs-premium-hero-grid--pulse, .docs-hero-spaced-title--shine, .docs-hero-display-title, .docs-value-index, .gts-panel-cta, .gts-chip--accent {
  text-shadow: none !important;
  box-shadow: none !important;
  animation: none !important;
}

.docs-hero-spaced-title--shine {
  color: var(--docs-text) !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
}

.docs-hero-scene-svg, .docs-hero-scene-svg * {
  filter: none !important;
}

.docs-hero-scene-svg .docs-cube-core, .docs-hero-scene-svg .docs-cube-vertex {
  animation: none !important;
}

.docs-hero-display-title {
  text-shadow: none !important;
}

.gts-panel--live:hover {
  box-shadow: none !important;
}

.docs-premium-hero-grid {
  opacity: 0 !important;
}

.gtd-app-root, .docs-digital-root, .design-app-root, .dev-app-root {
  --docs-bg: var(--gtd-bg);
  --docs-bg-2: var(--gtd-bg-2);
  --docs-bg-3: var(--gtd-bg-3);
  --docs-bg-glass: var(--gtd-bg-glass);
  --docs-surface: var(--gtd-surface);
  --docs-border: var(--gtd-border);
  --docs-border-strong: var(--gtd-border-strong);
  --docs-border-blue: var(--gtd-border-accent);
  --docs-text: var(--gtd-text);
  --docs-text-sub: var(--gtd-text-sub);
  --docs-text-mute: var(--gtd-text-mute);
  --docs-text-faint: var(--gtd-text-faint);
  --docs-blue: var(--gtd-primary);
  --docs-blue-bright: var(--gtd-primary-bright);
  --docs-cyan: var(--gtd-highlight);
  --docs-violet: var(--gtd-violet);
  --docs-blue-soft: var(--gtd-primary-soft);
  --docs-blue-glow: var(--gtd-primary-glow);
  --design-bg: var(--gtd-bg);
  --design-bg-2: var(--gtd-bg-2);
  --design-border: var(--gtd-border);
  --design-text: var(--gtd-text);
  --design-text-sub: var(--gtd-text-sub);
  --design-text-mute: var(--gtd-text-mute);
  --design-accent: var(--gtd-highlight);
  --design-accent-soft: var(--gtd-primary-soft);
  --dev-bg: var(--gtd-bg);
  --dev-bg-2: var(--gtd-bg-2);
  --dev-border: var(--gtd-border);
  --dev-text: var(--gtd-text);
  --dev-text-sub: var(--gtd-text-sub);
  --dev-text-mute: var(--gtd-text-mute);
  --dev-accent: var(--gtd-highlight);
  --dev-accent-soft: var(--gtd-primary-soft);
  --gts-bg: var(--gtd-bg);
  --gts-bg-2: var(--gtd-bg-2);
  --gts-bg-3: var(--gtd-bg-3);
  --gts-border: var(--gtd-border);
  --gts-border-strong: var(--gtd-border-strong);
  --gts-border-green: var(--gtd-border-accent);
  --gts-text: var(--gtd-text);
  --gts-text-sub: var(--gtd-text-sub);
  --gts-text-mute: var(--gtd-text-mute);
  --gts-text-faint: var(--gtd-text-faint);
  --gts-green: var(--gtd-primary);
  --gts-green-bright: var(--gtd-highlight);
  --gts-green-deep: var(--gtd-primary-deep);
  --gts-green-soft: var(--gtd-primary-soft);
  --gts-green-glow: var(--gtd-primary-glow);
  --primary: var(--gtd-primary);
  --primary-soft: var(--gtd-primary-soft);
  --secondary: var(--gtd-bg);
  --accent: var(--gtd-accent);
  --surface: var(--gtd-bg-2);
  --text: var(--gtd-text);
  --text-sub: var(--gtd-text-sub);
  --text-muted: var(--gtd-text-mute);
  --border: var(--gtd-border);
  --font-sans: "A2z", "Pretendard", ui-sans-serif, system-ui, sans-serif;
  --font-display: var(--font-sans);
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", monospace;
  background: var(--gtd-bg);
  color: var(--gtd-text);
  min-height: 100vh;
}

body:has(.gtd-app-root) {
  background: var(--gtd-bg) !important;
  color: var(--gtd-text) !important;
}

.gts-nav-glass-bar {
  border-color: var(--gtd-nav-border);
  background: var(--gtd-nav-bg);
  box-shadow: var(--gtd-nav-shadow);
}

.gts-nav-glass-bar[data-scrolled="true"] {
  border-color: var(--gtd-nav-border-scrolled);
  background: var(--gtd-nav-bg-scrolled);
  box-shadow: var(--gtd-nav-shadow-scrolled);
}

.gts-nav-glass-bar__sheen {
  background: var(--gtd-nav-sheen);
}

:root {
  --gtd-nav-height: 3.25rem;
  --gtd-nav-height-desktop: 3.75rem;
}

.gtd-site-header {
  border-bottom: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  width: 100%;
  padding-top: env(safe-area-inset-top, 0px);
  flex-shrink: 0;
  position: static;
}

.gtd-site-header__inner {
  max-width: var(--gtd-container-max);
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .gtd-site-header__inner {
    padding-inline: 2rem;
  }
}

.gtd-nav-bar__row {
  min-height: var(--gtd-nav-height);
  align-items: center;
  gap: .75rem;
  display: flex;
}

@media (min-width: 768px) {
  .gtd-nav-bar__row {
    min-height: var(--gtd-nav-height-desktop);
    gap: 1.25rem;
  }
}

.gtd-app-root .gtd-nav-link {
  letter-spacing: -.01em;
  white-space: nowrap;
  min-height: 2.5rem;
  color: var(--gtd-text-sub);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: .35rem;
  padding: .375rem .5rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, background .15s;
  display: inline-flex;
}

.gtd-app-root .gtd-nav-link:hover {
  color: var(--gtd-text);
  background: var(--gtd-surface);
}

.gtd-app-root .gtd-nav-link[data-active="true"] {
  color: var(--gtd-primary);
  box-shadow: inset 0 -2px 0 var(--gtd-primary);
  background: none;
  border-radius: 0;
  font-weight: 600;
}

.gtd-app-root .gtd-nav-cta {
  border: 1px solid var(--gtd-border-strong);
  background: var(--gtd-bg);
  letter-spacing: -.01em;
  min-height: 2.25rem;
  color: var(--gtd-text);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: .35rem;
  padding: .375rem .875rem;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
  display: inline-flex;
}

.gtd-app-root .gtd-nav-cta:hover {
  border-color: var(--gtd-primary);
  color: var(--gtd-primary);
  background: var(--gtd-primary-soft);
}

.gtd-nav-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}

.gtd-nav-scroll::-webkit-scrollbar {
  display: none;
}

.gtd-nav-scroll-inner {
  justify-content: flex-end;
  align-items: center;
  gap: .125rem;
  min-width: min-content;
  display: flex;
}

.gtd-nav-divider {
  background: var(--gtd-border);
  flex-shrink: 0;
  width: 1px;
  height: 1rem;
  margin-inline: .375rem;
}

.gtd-nav-menu-toggle {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .gtd-nav-menu-toggle {
    margin-left: 0;
  }
}

.gtd-nav-mobile-panel {
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  padding-block: .5rem .75rem;
}

.gtd-nav-list {
  flex-direction: column;
  display: flex;
}

.gtd-nav-list-row {
  border-bottom: 1px solid var(--gtd-border);
  letter-spacing: -.02em;
  min-height: 2.75rem;
  color: var(--gtd-text-sub);
  border-radius: 0;
  align-items: center;
  padding: .625rem .25rem;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, background .15s;
  display: flex;
}

.gtd-nav-list-row:last-child {
  border-bottom: 0;
}

.gtd-nav-list-row:hover {
  color: var(--gtd-text);
  background: var(--gtd-surface);
}

.gtd-nav-list-row[data-active="true"] {
  color: var(--gtd-primary);
  background: none;
  font-weight: 600;
}

.gtd-nav-list-row--section {
  letter-spacing: .02em;
  min-height: auto;
  color: var(--gtd-text-faint);
  pointer-events: none;
  border-bottom: 0;
  padding: .75rem .25rem .375rem;
  font-size: 12px;
  font-weight: 600;
}

.gtd-nav-search-btn span {
  font-size: 14px;
}

.gtd-nav-search-field {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  width: 100%;
  min-height: 2.25rem;
  color: var(--gtd-text-mute);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  gap: .5rem;
  padding: .35rem .75rem;
  font-size: 13px;
  transition: border-color .15s;
  display: inline-flex;
}

.gtd-nav-search-field:hover {
  border-color: var(--gtd-border-strong);
  color: var(--gtd-text-sub);
}

.gtd-nav-search-field__text {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.gtd-nav-search-kbd {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-surface);
  font-family: var(--font-mono);
  color: var(--gtd-text-faint);
  border-radius: 4px;
  align-items: center;
  padding: .1rem .35rem;
  font-size: 10px;
  display: inline-flex;
}

.gtd-search-dialog {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  width: min(560px, 100vw - 2rem);
  max-height: min(70vh, 560px);
  color: var(--gtd-text);
  border-radius: 8px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 48px -12px #00000047;
}

.gtd-search-dialog::backdrop {
  background: #0006;
}

.gtd-search-panel {
  flex-direction: column;
  max-height: min(70vh, 560px);
  display: flex;
}

.gtd-search-panel__head {
  border-bottom: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
  display: flex;
}

.gtd-search-input {
  min-width: 0;
  color: var(--gtd-text);
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}

.gtd-search-input::placeholder {
  color: var(--gtd-text-faint);
}

.gtd-search-results {
  flex: 1;
  padding: .25rem 0;
  overflow-y: auto;
}

.gtd-search-empty {
  color: var(--gtd-text-mute);
  padding: 1.25rem 1rem;
  font-size: 14px;
  line-height: 1.6;
}

.gtd-search-group__label {
  letter-spacing: .04em;
  color: var(--gtd-text-faint);
  padding: .625rem 1rem .375rem;
  font-size: 11px;
  font-weight: 600;
}

.gtd-search-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gtd-search-result {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  align-items: center;
  gap: .75rem;
  padding: .625rem 1rem;
  transition: background .12s;
  display: flex;
}

.gtd-search-result:hover, .gtd-search-result.is-active {
  background: var(--gtd-primary-soft);
}

.gtd-search-result__title {
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.gtd-search-result__desc {
  color: var(--gtd-text-mute);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .15rem;
  font-size: 12px;
  line-height: 1.45;
  display: block;
  overflow: hidden;
}

.gtd-search-result__title, .gtd-search-result__desc {
  flex: 1;
  min-width: 0;
}

.gtd-search-panel__foot {
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  color: var(--gtd-text-faint);
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .625rem 1rem;
  font-size: 11px;
  display: flex;
}

.gtd-search-foot-link {
  color: var(--gtd-primary);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.gtd-search-foot-link:hover {
  text-decoration: underline;
}

.gtd-search-foot-hint kbd {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-surface);
  font-family: var(--font-mono);
  border-radius: 3px;
  margin-inline: .1rem;
  padding: .05rem .25rem;
  font-size: 10px;
  display: inline-flex;
}

.gtd-site-footer {
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg);
  flex-shrink: 0;
  margin-top: auto;
}

.gtd-site-footer__inner {
  max-width: var(--gtd-container-max);
  margin-inline: auto;
  padding: 2.5rem 1rem 2rem;
}

@media (min-width: 768px) {
  .gtd-site-footer__inner {
    padding: 3rem 2rem 2.5rem;
  }
}

.gtd-site-footer__brand {
  margin-bottom: 2rem;
}

.gtd-site-footer__title {
  letter-spacing: -.03em;
  color: var(--gtd-text);
  font-size: 16px;
  font-weight: 700;
}

.gtd-site-footer__desc {
  color: var(--gtd-text-mute);
  margin-top: .5rem;
  font-size: 14px;
  line-height: 1.55;
}

.gtd-site-footer__nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin-bottom: 2rem;
  display: grid;
}

@media (min-width: 768px) {
  .gtd-site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gtd-site-footer__label {
  letter-spacing: .02em;
  color: var(--gtd-text-faint);
  margin-bottom: .625rem;
  font-size: 12px;
  font-weight: 600;
}

.gtd-site-footer__links {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.gtd-site-footer__link {
  color: var(--gtd-text-sub);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.gtd-site-footer__link:hover, .gtd-site-footer__link[aria-current="page"] {
  color: var(--gtd-primary);
}

.gtd-site-footer__bottom {
  border-top: 1px solid var(--gtd-border);
  flex-direction: column;
  gap: .75rem;
  padding-top: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .gtd-site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.gtd-site-footer__copy {
  color: var(--gtd-text-faint);
  font-size: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .gtd-app-root .gtd-nav-link, .gtd-nav-list-row, .gtd-nav-search-field, .gtd-search-result, .gtd-site-footer__link {
    transition-duration: 50ms;
  }
}

:root {
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

html {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.font-display {
  font-family: var(--font-sans);
  letter-spacing: -.02em;
}

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

.gts-eyebrow {
  font-family: var(--font-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--docs-text-mute);
  font-size: 11px;
  font-weight: 600;
}

.gts-eyebrow.is-green, .gts-eyebrow.is-accent {
  color: var(--docs-cyan);
}

.gts-site-navbar {
  position: static;
}

.gts-nav-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
}

.gts-nav-scroll::-webkit-scrollbar {
  display: none;
}

.gts-nav-scroll-inner {
  min-width: min-content;
}

.docs-digital-root .gts-nav-link-pill {
  isolation: isolate;
  letter-spacing: -.02em;
  white-space: nowrap;
  color: var(--docs-text-mute);
  transition: color .28s var(--ease-out-expo), border-color .28s var(--ease-out-expo), box-shadow .28s var(--ease-out-expo), background .28s var(--ease-out-expo);
  background: none;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .44rem .92rem;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}

.docs-digital-root .gts-nav-link-pill span {
  z-index: 1;
  position: relative;
}

.docs-digital-root .gts-nav-link-pill:hover, .docs-digital-root .gts-nav-link-pill[data-active="true"] {
  color: var(--docs-text);
  background: linear-gradient(178deg, #05966924 0%, #0a10206b 52%, #0508108c 100%);
  border-color: #64a0ff47;
  box-shadow: inset 0 1px #8cbeff2e, 0 0 24px #05966914;
}

.docs-digital-root .gts-nav-link-pill[data-active="true"] {
  color: var(--docs-cyan);
  border-color: #10b98159;
  box-shadow: inset 0 1px #10b98138, 0 0 32px #05966924;
}

.docs-digital-root .gts-nav-cta-liquid {
  letter-spacing: -.01em;
  white-space: nowrap;
  color: var(--docs-text);
  background: linear-gradient(178deg, #05966938 0%, #0050c81f 48%, #0a10208c 100%);
  border: 1px solid #05966961;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .62rem 1.2rem;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, box-shadow .25s, transform .2s, color .2s;
  display: inline-flex;
  position: relative;
  box-shadow: inset 0 1px #8cbeff33, 0 0 28px #0596691f;
}

.docs-digital-root .gts-nav-cta-liquid:hover {
  color: var(--docs-cyan);
  border-color: #10b9818c;
  box-shadow: inset 0 1px #10b98147, 0 0 40px #05966938;
}

.gts-btn-solid {
  background: var(--docs-blue);
  color: #fff;
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  transition: background .2s ease, transform .2s var(--ease-out-expo);
  border: 1px solid #0000;
  border-radius: 8px;
  align-items: center;
  gap: .65rem;
  padding: .75rem 1.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.gts-btn-solid:hover {
  background: var(--docs-blue-bright);
  transform: translateY(-1px);
}

.gts-btn-line {
  color: var(--docs-text-sub);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  border: 1px solid var(--docs-border-strong);
  background: var(--gtd-panel-bg);
  transition: border-color .2s ease, color .2s ease, transform .2s var(--ease-out-expo);
  border-radius: 8px;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1.2rem;
  text-decoration: none;
  display: inline-flex;
}

.gts-btn-line:hover {
  border-color: var(--docs-border-accent);
  color: var(--docs-text);
  transform: translateY(-1px);
}

.gts-section-rule {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: 1rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  position: relative;
}

.gts-section-rule .title {
  font-family: var(--font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--docs-cyan);
  padding-bottom: 1rem;
  padding-left: 18px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.gts-section-rule .title:before {
  content: "";
  border: 1px solid var(--docs-blue);
  background: #0596692e;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
  box-shadow: 0 0 12px #05966959;
}

.gts-section-rule .idx {
  font-family: var(--font-sans);
  letter-spacing: .02em;
  color: var(--docs-text-faint);
  padding-bottom: 1rem;
  font-size: 12px;
  font-weight: 500;
}

.gts-section-rule:after {
  content: "";
  transform-origin: 0;
  height: 1px;
  transition: transform 1.4s var(--ease-out-expo);
  background: linear-gradient(90deg, #10b9818c 0%, #05966947 50%, #05966900 100%);
  grid-column: 1 / -1;
  transform: scaleX(0);
}

.gts-section-rule[data-revealed="true"]:after {
  transform: scaleX(1);
}

.gts-section-arch {
  isolation: isolate;
  background-color: var(--docs-bg);
  position: relative;
}

.gts-section-arch--alt {
  background-color: var(--docs-bg-2);
}

.gts-section-arch:before, .gts-section-arch--alt:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(80% 50% at 50% 0, #0596690f 0%, #0000 70%);
  position: absolute;
  inset: 0;
}

.gts-panel {
  background: var(--gtd-panel-bg);
  border: 1px solid var(--docs-border);
  transition: border-color .3s ease, box-shadow .3s var(--ease-out-expo), transform .3s var(--ease-out-expo);
}

.gts-panel:hover {
  border-color: var(--gtd-panel-hover-border);
  transform: translateY(-2px);
}

[data-theme="light"] .gts-panel:hover, html:not([data-theme="dark"]) .gts-panel:hover {
  box-shadow: 0 16px 40px -24px #0f172a24, 0 0 24px #05966914;
}

[data-theme="dark"] .gts-panel:hover {
  box-shadow: 0 20px 48px -28px #000000a6, 0 0 32px #10b9811a;
}

.gts-chip {
  border: 1px solid var(--docs-border);
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  color: var(--docs-text-sub);
  background: #0a1020b8;
  padding: .5rem 1.1rem;
  font-size: 14px;
  transition: border-color .2s, color .2s, background .2s, box-shadow .2s;
  display: inline-flex;
}

.gts-chip:hover {
  color: var(--docs-cyan);
  background: #0596691a;
  border-color: #10b98159;
  box-shadow: 0 0 20px #0596691f;
}

.gts-link-text {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-sans);
  letter-spacing: -.01em;
  color: var(--docs-text-sub);
  border-bottom: 1px solid var(--gtd-link-underline);
  align-items: center;
  gap: .35rem;
  padding-bottom: .15rem;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: inline-flex;
}

.gts-link-text:hover {
  color: var(--docs-cyan);
  border-bottom-color: var(--gtd-link-underline-hover);
}

.gts-arch-title {
  font-family: var(--font-sans);
  letter-spacing: -.02em;
  font-weight: 700;
}

.docs-hero-mesh {
  background: radial-gradient(ellipse 90% 70% at 15% -10%, var(--gtd-hero-mesh-primary) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 85% 20%, var(--gtd-hero-mesh-secondary) 0%, transparent 50%), linear-gradient(180deg, var(--docs-bg) 0%, var(--docs-bg-2) 55%, var(--docs-bg) 100%);
}

.docs-hero-grid {
  background-image: linear-gradient(to right, var(--gtd-ambient-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--gtd-ambient-grid) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(90% 80% at 50% 30%, #000 20%, #0000 75%);
  mask-image: radial-gradient(90% 80% at 50% 30%, #000 20%, #0000 75%);
}

.docs-hero-grid-dense {
  background-image: linear-gradient(to right, var(--gtd-hero-grid-dense) 1px, transparent 1px), linear-gradient(to bottom, var(--gtd-hero-grid-dense) 1px, transparent 1px);
  background-size: 12px 12px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 15%, #0000 72%);
  mask-image: radial-gradient(70% 60% at 50% 40%, #000 15%, #0000 72%);
}

.docs-hero-halo {
  pointer-events: none;
  background: radial-gradient(circle, var(--gtd-hero-halo-primary) 0%, transparent 68%);
  filter: blur(12px);
  border-radius: 999px;
  width: min(68vw, 760px);
  height: min(68vw, 760px);
  position: absolute;
  top: 8%;
  right: -8%;
}

.docs-hero-halo--left {
  background: radial-gradient(circle, var(--gtd-hero-halo-secondary) 0%, transparent 68%);
  inset: auto auto 5% -10%;
}

@keyframes docs-halo-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-5%, 8%, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .docs-hero-halo {
    animation: 52s linear infinite docs-halo-drift;
  }
}

.docs-premium-hero {
  background: var(--gtd-hero-bg);
  position: relative;
}

.docs-premium-hero-grid {
  opacity: .14;
  pointer-events: none;
  background-image: linear-gradient(to right, #05966912 1px, #0000 1px), linear-gradient(#05966912 1px, #0000 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 45%, #000 15%, #0000 72%);
  mask-image: radial-gradient(80% 70% at 50% 45%, #000 15%, #0000 72%);
}

.docs-premium-hero-grid--pulse {
  animation: 6s ease-in-out infinite docs-grid-pulse;
}

@keyframes docs-grid-pulse {
  0%, 100% {
    opacity: .1;
  }

  50% {
    opacity: .22;
  }
}

.docs-hero-ambient {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.docs-ambient-orbit {
  border: 1px solid #0596691f;
  border-radius: 999px;
  position: absolute;
  top: 52%;
  left: 50%;
  translate: -50% -50%;
}

.docs-ambient-orbit--a {
  width: min(88vw, 760px);
  height: min(52vw, 420px);
  animation: 48s linear infinite docs-orbit-spin;
}

.docs-ambient-orbit--b {
  border-color: #10b9811a;
  width: min(72vw, 620px);
  height: min(42vw, 340px);
  animation: 32s linear infinite reverse docs-orbit-spin;
}

.docs-ambient-orbit--c {
  border-color: #6366f11f;
  width: min(58vw, 480px);
  height: min(34vw, 260px);
  animation: 22s linear infinite docs-orbit-spin;
}

.docs-ambient-node {
  background: #10b981bf;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  animation: 2.4s ease-in-out infinite docs-node-pulse;
  position: absolute;
  box-shadow: 0 0 16px #10b9818c;
}

.docs-ambient-node--1 {
  animation-delay: 0s;
  top: 18%;
  left: 14%;
}

.docs-ambient-node--2 {
  animation-delay: .4s;
  top: 28%;
  right: 18%;
}

.docs-ambient-node--3 {
  animation-delay: .8s;
  top: 62%;
  left: 22%;
}

.docs-ambient-node--4 {
  animation-delay: 1.2s;
  top: 72%;
  right: 12%;
}

.docs-ambient-node--5 {
  animation-delay: 1.6s;
  top: 44%;
  left: 8%;
}

.docs-ambient-node--6 {
  animation-delay: 2s;
  top: 52%;
  right: 8%;
}

@keyframes docs-node-pulse {
  0%, 100% {
    opacity: .25;
    transform: scale(.8);
  }

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

.docs-ambient-corner {
  border: 1px solid #05966959;
  width: 48px;
  height: 48px;
  animation: 3s ease-in-out infinite docs-corner-pulse;
  position: absolute;
}

.docs-ambient-corner--tl {
  border-bottom: none;
  border-right: none;
  top: 5.5rem;
  left: 1rem;
}

.docs-ambient-corner--tr {
  border-bottom: none;
  border-left: none;
  animation-delay: .5s;
  top: 5.5rem;
  right: 1rem;
}

.docs-ambient-corner--bl {
  border-top: none;
  border-right: none;
  animation-delay: 1s;
  bottom: 4rem;
  left: 1rem;
}

.docs-ambient-corner--br {
  border-top: none;
  border-left: none;
  animation-delay: 1.5s;
  bottom: 4rem;
  right: 1rem;
}

@keyframes docs-corner-pulse {
  0%, 100% {
    opacity: .35;
  }

  50% {
    opacity: .9;
  }
}

.docs-ambient-axis {
  background: #05966914;
  position: absolute;
}

.docs-ambient-axis--h {
  height: 1px;
  animation: 4s step-end infinite docs-axis-flicker;
  top: 52%;
  left: 0;
  right: 0;
}

.docs-ambient-axis--v {
  width: 1px;
  animation: 4s step-end infinite reverse docs-axis-flicker;
  top: 0;
  bottom: 0;
  left: 50%;
}

@keyframes docs-axis-flicker {
  0%, 100% {
    opacity: .15;
  }

  50% {
    opacity: .55;
  }
}

@media (min-width: 768px) {
  .docs-ambient-corner--tl, .docs-ambient-corner--bl {
    left: 2rem;
  }

  .docs-ambient-corner--tr, .docs-ambient-corner--br {
    right: 2rem;
  }
}

.docs-premium-hero-surface {
  background: var(--gtd-hero-surface);
  position: absolute;
  inset: 0;
}

.docs-subpage-hero {
  background: var(--gtd-hero-bg);
}

.docs-premium-hero-stage {
  z-index: 1;
  min-height: 100svh;
  max-width: var(--gtd-container-max);
  margin-inline: auto;
  padding: 3rem 1rem 5rem;
  position: relative;
}

@media (min-width: 768px) {
  .docs-premium-hero-stage {
    padding-inline: 2rem;
    padding-bottom: 5.5rem;
  }
}

.docs-hero-eyebrow {
  font-family: var(--font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--docs-text-faint);
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}

@media (min-width: 768px) {
  .docs-hero-eyebrow {
    left: 2rem;
  }
}

.docs-hero-anchor {
  z-index: 3;
  max-width: min(88vw, 420px);
  position: relative;
}

.docs-hero-composition {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(.75rem, 2.5vw, 2rem);
  min-height: min(58vh, 520px);
  margin-top: clamp(3.5rem, 8vh, 5.5rem);
  display: grid;
  position: relative;
}

.docs-hero-anchor--tl {
  align-self: end;
  padding-bottom: 1.5rem;
}

.docs-hero-anchor--br {
  text-align: right;
  place-self: start end;
  padding-top: 1.5rem;
}

.docs-hero-bottom {
  z-index: 3;
  flex-direction: column;
  gap: 1.25rem;
  max-width: min(90vw, 480px);
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
  display: flex;
  position: relative;
}

.docs-hero-spaced-title {
  font-family: var(--font-sans);
  letter-spacing: .08em;
  color: var(--docs-text);
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: .92;
}

.docs-hero-spaced-title--secondary {
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
}

.docs-hero-anchor-sub {
  letter-spacing: -.02em;
  color: var(--docs-text-sub);
  margin-top: 1rem;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 500;
}

.docs-hero-english-lead {
  z-index: 3;
  max-width: none;
  font-family: var(--font-sans);
  letter-spacing: -.02em;
  color: #f0f6ffb8;
  font-size: clamp(.95rem, 2.2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  position: relative;
}

.docs-hero-actions {
  z-index: 4;
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
  position: relative;
}

.docs-hero-scroll {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  display: flex;
  position: absolute;
  bottom: 3.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.docs-hero-eyebrow--pulse {
  animation: 3.5s ease-in-out infinite docs-text-glow;
}

.docs-hero-spaced-title--shine {
  background: linear-gradient(110deg, var(--docs-text) 0%, #10b981f2 45%, var(--docs-text) 90%);
  color: #0000;
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 7s linear infinite docs-title-shine;
}

@keyframes docs-title-shine {
  from {
    background-position: 120% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.docs-hero-english-lead--pulse {
  animation: 4s ease-in-out infinite docs-text-glow;
}

@keyframes docs-text-glow {
  0%, 100% {
    opacity: .65;
  }

  50% {
    opacity: 1;
  }
}

.gts-btn-solid--pulse {
  animation: 3s ease-in-out infinite docs-btn-glow;
}

.gts-btn-line--pulse {
  animation: 3s ease-in-out infinite docs-btn-border;
}

@keyframes docs-btn-glow {
  0%, 100% {
    box-shadow: 0 0 #05966900;
  }

  50% {
    box-shadow: 0 0 24px #05966959;
  }
}

@keyframes docs-btn-border {
  0%, 100% {
    border-color: #64a0ff47;
  }

  50% {
    border-color: #10b981a6;
  }
}

.docs-hero-scene {
  z-index: 2;
  justify-self: center;
  width: 100%;
  height: min(42vw, 400px);
  max-height: 400px;
  position: relative;
}

.docs-hero-scene-svg {
  filter: drop-shadow(0 24px 48px #0050c81f);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.docs-hero-scene-shadow {
  fill: #003ca029;
  filter: blur(8px);
}

.docs-drawn-cube-edge {
  stroke: url("#docs-cube-edge-glow");
  stroke-width: 2.2px;
  stroke-linecap: round;
  filter: url("#docs-cube-glow");
  animation: 2.8s ease-in-out infinite docs-edge-shimmer;
}

@keyframes docs-edge-shimmer {
  0%, 100% {
    stroke-opacity: .55;
  }

  50% {
    stroke-opacity: 1;
  }
}

.docs-drawn-cube-vertex {
  fill: #10b981e6;
  animation: 2.2s ease-in-out infinite docs-vertex-pulse;
}

@keyframes docs-vertex-pulse {
  0%, 100% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }
}

.docs-drawn-cube-core {
  fill: #10b9818c;
  filter: url("#docs-cube-glow");
  animation: 2.6s ease-in-out infinite docs-core-pulse;
}

@keyframes docs-core-pulse {
  0%, 100% {
    opacity: .45;
  }

  50% {
    opacity: 1;
  }
}

.docs-scene-orbit {
  transform-origin: 280px 200px;
}

.docs-scene-orbit--a {
  animation: 36s linear infinite docs-orbit-spin;
}

.docs-scene-orbit--b {
  animation: 24s linear infinite reverse docs-orbit-spin;
}

.docs-scene-orbit-ring {
  fill: none;
  stroke: #05966924;
  stroke-width: 1.5px;
}

.docs-scene-link {
  stroke: #10b98138;
  stroke-width: 1.5px;
  stroke-dasharray: 8 10;
  animation: 2.5s linear infinite docs-link-flow;
}

@keyframes docs-link-flow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -36px;
  }
}

.docs-drawn-cube-face {
  stroke: #8cb9ff38;
  stroke-width: .5px;
  transition: opacity .2s;
}

.docs-drawn-cube-face--top {
  fill: #bee1ff29;
}

.docs-drawn-cube-face--left {
  fill: #0046b424;
}

.docs-drawn-cube-face--right {
  fill: #2878ff2e;
}

.docs-value-item--pulse {
  position: relative;
  overflow: hidden;
}

@keyframes docs-index-pulse {
  0%, 100% {
    color: var(--docs-text-faint);
  }

  50% {
    color: var(--docs-cyan);
  }
}

.docs-value-strip {
  background: var(--gtd-hero-bg);
  position: relative;
}

.docs-value-strip:before {
  content: "";
  background: radial-gradient(ellipse 70% 50% at 50% 0%, var(--gtd-ambient-glow-a) 0%, transparent 62%);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.docs-value-headline {
  font-family: var(--font-sans);
  letter-spacing: -.035em;
  color: var(--docs-text);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.18;
}

.docs-value-architecture {
  font-family: var(--font-sans);
  letter-spacing: -.03em;
  color: #f0f6ffe0;
  margin-top: 1.5rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
}

.docs-value-lead {
  max-width: 720px;
  color: var(--docs-text-mute);
  margin-top: 1.25rem;
  font-size: 16px;
  line-height: 1.65;
}

.docs-value-grid {
  background: var(--docs-border);
  border: 1px solid var(--docs-border);
  gap: 1px;
  margin-top: 3.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .docs-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .docs-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.docs-value-item {
  background: var(--docs-bg);
  height: 100%;
  transition: background .3s var(--ease-out-expo);
  padding: 2rem 1.75rem 2.25rem;
}

.docs-value-item:hover {
  background: var(--docs-bg-2);
}

.docs-value-index {
  font-family: var(--font-sans);
  letter-spacing: .02em;
  color: var(--docs-text-faint);
  font-size: 13px;
  font-weight: 600;
  animation: 3s ease-in-out infinite docs-index-pulse;
  display: block;
}

.docs-value-item:nth-child(2) .docs-value-index {
  animation-delay: .5s;
}

.docs-value-item:nth-child(3) .docs-value-index {
  animation-delay: 1s;
}

.docs-value-item:nth-child(4) .docs-value-index {
  animation-delay: 1.5s;
}

.docs-value-title {
  font-family: var(--font-sans);
  letter-spacing: -.02em;
  color: var(--docs-text);
  margin-top: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.docs-value-desc {
  color: var(--docs-text-mute);
  margin-top: .75rem;
  font-size: 15px;
  line-height: 1.65;
}

.docs-hero-display {
  text-shadow: 0 0 48px var(--gtd-hero-display-glow);
}

.docs-hero-char, .docs-hero-word {
  opacity: 0;
  animation: docs-hero-rise .95s var(--ease-out-expo) forwards;
  display: inline-block;
  transform: translateY(1.1em);
}

.docs-hero-fade {
  opacity: 0;
  animation: docs-hero-rise .9s var(--ease-out-expo) .55s forwards;
  transform: translateY(18px);
}

.docs-hero-fade--late {
  animation-delay: .78s;
}

.docs-hero-fade--later {
  animation-delay: 1s;
}

.docs-hero-fade--latest {
  animation-delay: 1.18s;
}

@keyframes docs-hero-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.docs-hero-scroll-line {
  background: linear-gradient(#10b981cc, #0000);
  width: 1px;
  height: 48px;
  animation: 1.8s ease-in-out infinite docs-scroll-line;
}

@keyframes docs-scroll-line {
  0%, 100% {
    opacity: .35;
    transform-origin: top;
    transform: scaleY(.55);
  }

  50% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
  }
}

.docs-hero-marquee {
  overflow: hidden;
}

.docs-hero-marquee-track {
  gap: 3rem;
  width: max-content;
  padding-inline: 1.5rem;
  animation: 36s linear infinite docs-marquee;
  display: flex;
}

.docs-hero-marquee-item {
  font-family: var(--font-sans);
  letter-spacing: .02em;
  text-transform: none;
  color: #8caad261;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
}

.docs-hero-marquee-item:after {
  content: "·";
  color: #10b98159;
  margin-left: 3rem;
}

@keyframes docs-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.docs-wireframe-scene {
  perspective: 1200px;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
}

.docs-wireframe-orbit {
  border: 1px solid #0596691f;
  border-radius: 999px;
  position: absolute;
}

.docs-wireframe-orbit--a {
  width: 88%;
  height: 88%;
  animation: 28s linear infinite docs-orbit-spin;
}

.docs-wireframe-orbit--b {
  border-color: #10b9811a;
  width: 62%;
  height: 62%;
  animation: 20s linear infinite reverse docs-orbit-spin;
}

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

.docs-wireframe-stack {
  width: 220px;
  height: 220px;
  transform-style: preserve-3d;
  animation: 10s ease-in-out infinite alternate docs-wire-tilt;
  position: relative;
}

@keyframes docs-wire-tilt {
  from {
    transform: rotateX(58deg)rotateZ(-24deg)translateY(0);
  }

  to {
    transform: rotateX(52deg)rotateZ(-18deg)translateY(-10px);
  }
}

.docs-wireframe-layer {
  transform-style: preserve-3d;
  background: #05966908;
  border: 1px solid #05966947;
  position: absolute;
  inset: 12%;
}

.docs-wireframe-layer--1 {
  transform: translateZ(0);
}

.docs-wireframe-layer--2 {
  border-color: #10b98138;
  transform: translateZ(28px);
}

.docs-wireframe-layer--3 {
  border-color: #6366f138;
  transform: translateZ(56px);
}

.docs-wireframe-layer--4 {
  background: #0596690f;
  border-color: #0596692e;
  transform: translateZ(84px);
}

.docs-wireframe-svg {
  opacity: .55;
  width: min(92%, 420px);
  animation: 8s ease-in-out infinite alternate docs-wire-float;
  position: absolute;
}

@keyframes docs-wire-float {
  from {
    transform: translateY(6px);
  }

  to {
    transform: translateY(-8px);
  }
}

.docs-wireframe-path {
  stroke: #10b98159;
  stroke-width: 1px;
}

.docs-wireframe-path--inner {
  stroke: #05966938;
}

.docs-wireframe-node {
  fill: #10b981bf;
}

@media (prefers-reduced-motion: reduce) {
  .docs-hero-char, .docs-hero-word, .docs-hero-fade {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .docs-hero-marquee-track, .docs-hero-scroll-line, .docs-premium-hero-grid--pulse, .docs-ambient-orbit, .docs-ambient-node, .docs-ambient-corner, .docs-ambient-axis, .docs-scene-orbit, .docs-scene-link, .docs-drawn-cube-edge, .docs-drawn-cube-vertex, .docs-drawn-cube-core, .docs-hero-spaced-title--shine, .docs-hero-eyebrow--pulse, .docs-hero-english-lead--pulse, .gts-btn-solid--pulse, .gts-btn-line--pulse, .docs-value-index {
    animation: none;
  }

  .docs-hero-spaced-title--shine {
    color: var(--docs-text);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
  }
}

@media (max-width: 767px) {
  .docs-hero-composition {
    flex-direction: column;
    gap: 0;
    min-height: auto;
    margin-top: 4.5rem;
    display: flex;
  }

  .docs-hero-anchor--tl, .docs-hero-anchor--br {
    text-align: left;
    place-self: auto;
    padding: 0;
  }

  .docs-hero-anchor--br {
    margin-top: 1.5rem;
  }

  .docs-hero-anchor {
    max-width: none;
  }

  .docs-hero-scene {
    width: min(96vw, 520px);
    height: min(72vw, 420px);
    max-height: none;
    margin: 2.5rem auto 0;
  }

  .docs-hero-bottom {
    max-width: none;
    margin-top: 2rem;
  }

  .docs-hero-scroll {
    margin-top: 2rem;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .docs-premium-hero-stage {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 6rem;
    display: flex;
  }
}

@media (max-width: 1023px) {
  .docs-hero-scroll {
    display: none;
  }
}

.docs-site-ambient {
  pointer-events: none;
  z-index: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.docs-site-ambient-grid {
  opacity: .06;
  background-image: linear-gradient(to right, var(--gtd-ambient-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--gtd-ambient-grid) 1px, transparent 1px);
  background-size: 72px 72px;
  animation: 8s ease-in-out infinite docs-grid-pulse;
  position: absolute;
  inset: 0;
}

.docs-site-ambient-glow {
  filter: blur(48px);
  border-radius: 999px;
  position: absolute;
}

.docs-site-ambient-glow--a {
  background: var(--gtd-ambient-glow-a);
  width: 480px;
  height: 480px;
  animation: 18s ease-in-out infinite docs-glow-drift-a;
  top: 8%;
  left: 12%;
}

.docs-site-ambient-glow--b {
  background: var(--gtd-ambient-glow-b);
  width: 420px;
  height: 420px;
  animation: 22s ease-in-out infinite docs-glow-drift-b;
  bottom: 12%;
  right: 8%;
}

@keyframes docs-glow-drift-a {
  0%, 100% {
    opacity: .5;
    transform: translate(0);
  }

  50% {
    opacity: 1;
    transform: translate(24px, 16px);
  }
}

@keyframes docs-glow-drift-b {
  0%, 100% {
    opacity: .45;
    transform: translate(0);
  }

  50% {
    opacity: .95;
    transform: translate(-20px, -12px);
  }
}

.docs-section-shell {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.docs-section-shell-inner {
  z-index: 1;
  position: relative;
}

.docs-section-ambient {
  pointer-events: none;
  z-index: 0;
  animation-delay: var(--section-phase, 0s);
  position: absolute;
  inset: 0;
}

.docs-section-ambient-grid {
  opacity: .08;
  animation: 7s ease-in-out infinite docs-grid-pulse;
  animation-delay: var(--section-phase, 0s);
  background-image: linear-gradient(to right, #0596690f 1px, #0000 1px), linear-gradient(#0596690f 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
}

.docs-section-ambient-node {
  background: #10b981cc;
  border-radius: 999px;
  width: 7px;
  height: 7px;
  animation: 2.8s ease-in-out infinite docs-node-pulse;
  position: absolute;
  box-shadow: 0 0 14px #10b98180;
}

.docs-section-ambient-node--1 {
  top: 18%;
  left: 10%;
}

.docs-section-ambient-node--2 {
  animation-delay: .6s;
  top: 62%;
  right: 14%;
}

.docs-section-ambient-node--3 {
  animation-delay: 1.2s;
  bottom: 20%;
  left: 22%;
}

.docs-section-ambient-corner {
  border: 1px solid #0596694d;
  width: 40px;
  height: 40px;
  animation: 3.2s ease-in-out infinite docs-corner-pulse;
  position: absolute;
}

.docs-section-ambient-corner--tl {
  border-bottom: none;
  border-right: none;
  top: 1.5rem;
  left: 1rem;
}

.docs-section-ambient-corner--br {
  border-top: none;
  border-left: none;
  animation-delay: 1s;
  bottom: 1.5rem;
  right: 1rem;
}

.docs-section-ambient-orbit {
  border: 1px solid #0596691a;
  border-radius: 999px;
  width: min(88%, 580px);
  height: 168px;
  animation: 40s linear infinite docs-orbit-spin;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.docs-text-shimmer {
  background: linear-gradient(110deg, var(--docs-text) 0%, #10b981eb 42%, var(--docs-text) 84%);
  color: #0000;
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 8s linear infinite docs-title-shine;
}

.docs-text-glow {
  animation: 3.6s ease-in-out infinite docs-text-glow;
}

.docs-digital-root .gts-panel--live {
  animation: 4.5s ease-in-out infinite docs-panel-border;
  animation-delay: var(--panel-phase, 0s);
  position: relative;
  overflow: hidden;
}

@keyframes docs-panel-border {
  0%, 100% {
    border-color: var(--docs-border);
    box-shadow: none;
  }

  50% {
    border-color: #05966961;
    box-shadow: 0 0 20px #05966914;
  }
}

.gts-panel-cta {
  animation: 3s ease-in-out infinite docs-text-glow;
  animation-delay: var(--panel-phase, 0s);
}

.docs-digital-root .gts-chip--live {
  animation: 3.2s ease-in-out infinite docs-chip-pulse;
  animation-delay: var(--chip-phase, 0s);
}

@keyframes docs-chip-pulse {
  0%, 100% {
    border-color: var(--docs-border);
    color: var(--docs-text-sub);
  }

  50% {
    color: var(--docs-cyan);
    border-color: #10b98173;
    box-shadow: 0 0 14px #0596691f;
  }
}

.gts-eyebrow--pulse {
  animation: 3s ease-in-out infinite docs-eyebrow-pulse;
}

@keyframes docs-eyebrow-pulse {
  0%, 100% {
    border-color: var(--docs-border);
  }

  50% {
    border-color: #10b98173;
  }
}

.gts-link-text--live {
  animation: 3.5s ease-in-out infinite docs-link-glow;
}

@keyframes docs-link-glow {
  0%, 100% {
    border-bottom-color: #05966947;
  }

  50% {
    color: var(--docs-cyan);
    border-bottom-color: #10b981bf;
  }
}

.docs-digital-root .gts-section-rule[data-revealed="true"] .title:before {
  animation: 2.4s ease-in-out infinite docs-rule-dot;
}

.docs-digital-root .gts-section-rule[data-revealed="true"] .idx {
  animation: 3s ease-in-out infinite docs-index-pulse;
}

@keyframes docs-rule-dot {
  0%, 100% {
    box-shadow: 0 0 8px #05966940;
  }

  50% {
    box-shadow: 0 0 16px #10b9818c;
  }
}

.docs-digital-root .gts-section-rule[data-revealed="true"]:after {
  animation: 4s ease-in-out infinite docs-rule-line;
}

@keyframes docs-rule-line {
  0%, 100% {
    opacity: .55;
  }

  50% {
    opacity: 1;
  }
}

.gts-nav-glass-bar--live {
  animation: 5s ease-in-out infinite docs-nav-border;
}

@keyframes docs-nav-border {
  0%, 100% {
    filter: drop-shadow(0 0 #05966900);
  }

  50% {
    filter: drop-shadow(0 0 16px #0596692e);
  }
}

.docs-digital-root .gts-nav-link-pill[data-active="true"] {
  animation: 2.8s ease-in-out infinite docs-nav-active;
}

@keyframes docs-nav-active {
  0%, 100% {
    box-shadow: 0 0 #05966900;
  }

  50% {
    box-shadow: 0 0 20px #05966938;
  }
}

.docs-doc-article {
  position: relative;
}

.docs-doc-article:before {
  content: "";
  background: linear-gradient(#0000 0%, #10b981a6 50%, #0000 100%) 0 0 / 100% 200%;
  width: 2px;
  animation: 5s linear infinite docs-article-accent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@keyframes docs-article-accent {
  from {
    background-position: 0 -100%;
  }

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

.docs-footer-copy {
  animation: 4.5s ease-in-out infinite docs-text-glow;
}

.docs-reveal {
  opacity: 0;
  transition: opacity .82s var(--ease-out-expo), transform .82s var(--ease-out-expo);
  transform: translateY(28px);
}

.docs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .docs-reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }

  .docs-digital-root .gts-nav-link-pill {
    transition-duration: 50ms;
  }

  .docs-site-ambient-grid, .docs-site-ambient-glow, .docs-section-ambient-grid, .docs-section-ambient-node, .docs-section-ambient-corner, .docs-section-ambient-orbit, .docs-text-shimmer, .docs-text-glow, .gts-panel--live, .gts-panel-cta, .gts-chip--live, .gts-eyebrow--pulse, .gts-link-text--live, .gts-nav-glass-bar--live, .docs-digital-root .gts-nav-link-pill[data-active="true"], .docs-digital-root .gts-section-rule[data-revealed="true"] .title:before, .docs-digital-root .gts-section-rule[data-revealed="true"] .idx, .docs-digital-root .gts-section-rule[data-revealed="true"]:after, .docs-doc-article:before, .docs-footer-copy {
    animation: none;
  }

  .docs-text-shimmer {
    color: var(--docs-text);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
  }
}

.gts-legal-prose {
  color: var(--docs-text-sub);
  font-size: 15px;
  line-height: 1.75;
}

.gts-legal-prose h2 {
  font-family: var(--font-sans);
  letter-spacing: -.03em;
  color: var(--docs-text);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.gts-legal-prose a {
  color: var(--docs-cyan);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.gtd-btn {
  border-radius: var(--gtd-btn-radius, 12px);
  background: var(--gtd-btn-bg, transparent);
  color: var(--gtd-btn-color, inherit);
  border: 1px solid var(--gtd-btn-border-color, transparent);
  cursor: pointer;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .15s, border-color .15s, color .15s, opacity .15s;
  display: inline-flex;
}

.gtd-btn:disabled, .gtd-btn[aria-disabled="true"] {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

.gtd-btn--sm {
  min-height: var(--gtd-btn-min-height, 36px);
  padding: 0 12px;
  font-size: 14px;
}

.gtd-btn--md {
  min-height: var(--gtd-btn-min-height, 44px);
  padding: 0 16px;
  font-size: 15px;
}

.gtd-btn--lg {
  min-height: var(--gtd-btn-min-height, 52px);
  padding: 0 24px;
  font-size: 15px;
}

.gtd-btn--full {
  width: 100%;
}

.gtd-btn--primary {
  --gtd-btn-bg: var(--gtd-ui-primary);
  --gtd-btn-color: #fff;
  --gtd-btn-border-color: transparent;
}

.gtd-btn--primary:hover:not(:disabled) {
  --gtd-btn-bg: var(--gtd-ui-primary-hover);
}

.gtd-btn--secondary {
  --gtd-btn-bg: var(--gtd-bg-2);
  --gtd-btn-color: var(--gtd-text);
  --gtd-btn-border-color: var(--gtd-border-strong);
}

.gtd-btn--secondary:hover:not(:disabled) {
  border-color: var(--gtd-border-accent);
  background: var(--gtd-primary-soft);
}

.gtd-btn--ghost {
  color: var(--gtd-text-sub);
  background: none;
}

.gtd-btn--ghost:hover:not(:disabled) {
  background: var(--gtd-surface);
  color: var(--gtd-text);
}

.gtd-btn--accent {
  background: var(--gtd-accent);
  color: #fff;
}

.gtd-btn--accent:hover:not(:disabled) {
  filter: brightness(1.05);
}

.gtd-btn--danger {
  color: #b91c1c;
  background: #fee2e2;
  border-color: #fecaca;
}

.gtd-btn--danger:hover:not(:disabled) {
  background: #fecaca;
}

.gtd-btn--text {
  color: var(--gtd-ui-primary);
  background: none;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.gtd-btn--text:hover:not(:disabled) {
  color: var(--gtd-ui-primary-hover);
  text-underline-offset: 3px;
  background: none;
  text-decoration: underline;
}

.gtd-btn__spinner {
  border: 2px solid;
  border-right-color: #0000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .6s linear infinite gtd-spin;
}

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

.gtd-input-wrap {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.gtd-input-label {
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 600;
}

.gtd-input {
  border-radius: var(--gtd-input-radius, 12px);
  border: 1px solid var(--gtd-input-border-color, var(--gtd-border-strong));
  background: var(--gtd-input-bg, var(--gtd-bg-2));
  width: 100%;
  color: var(--gtd-input-color, var(--gtd-text));
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}

.gtd-input::placeholder {
  color: var(--gtd-text-faint);
}

.gtd-input:focus {
  border-color: var(--gtd-ui-primary);
  box-shadow: 0 0 0 3px var(--gtd-ui-focus-ring);
}

.gtd-input--error {
  border-color: #f87171;
}

.gtd-input--error:focus {
  box-shadow: 0 0 0 3px #f8717133;
}

.gtd-input--sm {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.gtd-input--md {
  min-height: 44px;
  padding: 0 14px;
  font-size: 15px;
}

.gtd-input--lg {
  min-height: 52px;
  padding: 0 16px;
  font-size: 15px;
}

.gtd-input-hint {
  color: var(--gtd-text-mute);
  font-size: 14px;
}

.gtd-input-error {
  color: #dc2626;
  font-size: 14px;
}

.gtd-badge {
  border-radius: var(--gtd-badge-radius, 6px);
  white-space: nowrap;
  background: var(--gtd-badge-bg, transparent);
  color: var(--gtd-badge-color, inherit);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

.gtd-badge--xsmall {
  min-height: 18px;
  font-size: var(--gtd-badge-font-size, 11px);
  border-radius: var(--gtd-badge-radius, 4px);
  padding: 2px 6px;
}

.gtd-badge--small {
  min-height: 22px;
  font-size: var(--gtd-badge-font-size, 12px);
  border-radius: var(--gtd-badge-radius, 5px);
  padding: 3px 7px;
}

.gtd-badge--medium {
  min-height: 26px;
  font-size: var(--gtd-badge-font-size, 13px);
  padding: 4px 8px;
}

.gtd-badge--large {
  min-height: 30px;
  font-size: var(--gtd-badge-font-size, 14px);
  border-radius: var(--gtd-badge-radius, 7px);
  padding: 5px 10px;
}

.gtd-badge--fill.gtd-badge--blue {
  --gtd-badge-bg: var(--tds-blue-500);
  --gtd-badge-color: #fff;
}

.gtd-badge--weak.gtd-badge--blue {
  --gtd-badge-bg: var(--tds-blue-50);
  --gtd-badge-color: var(--tds-blue-500);
}

.gtd-badge--fill.gtd-badge--teal {
  --gtd-badge-bg: var(--tds-teal-500);
  --gtd-badge-color: #fff;
}

.gtd-badge--weak.gtd-badge--teal {
  --gtd-badge-bg: var(--tds-teal-50);
  --gtd-badge-color: var(--tds-teal-700);
}

.gtd-badge--fill.gtd-badge--green {
  --gtd-badge-bg: var(--tds-green-500);
  --gtd-badge-color: #fff;
}

.gtd-badge--weak.gtd-badge--green {
  --gtd-badge-bg: var(--tds-green-50);
  --gtd-badge-color: var(--tds-green-700);
}

.gtd-badge--fill.gtd-badge--red {
  --gtd-badge-bg: var(--tds-red-500);
  --gtd-badge-color: #fff;
}

.gtd-badge--weak.gtd-badge--red {
  --gtd-badge-bg: var(--tds-red-50);
  --gtd-badge-color: var(--tds-red-700);
}

.gtd-badge--fill.gtd-badge--yellow {
  --gtd-badge-bg: var(--tds-yellow-500);
  --gtd-badge-color: var(--tds-grey-900);
}

.gtd-badge--weak.gtd-badge--yellow {
  --gtd-badge-bg: var(--tds-yellow-50);
  --gtd-badge-color: var(--tds-yellow-700);
}

.gtd-badge--fill.gtd-badge--elephant {
  --gtd-badge-bg: var(--tds-grey-700);
  --gtd-badge-color: #fff;
}

.gtd-badge--weak.gtd-badge--elephant {
  --gtd-badge-bg: var(--tds-grey-100);
  --gtd-badge-color: var(--tds-grey-700);
}

.gtd-card {
  border-radius: var(--gtd-card-radius, 16px);
  border: 1px solid var(--gtd-card-border-color, var(--gtd-border));
  background: var(--gtd-card-bg, var(--gtd-panel-bg));
  overflow: hidden;
}

.gtd-card__header {
  border-bottom: 1px solid var(--gtd-border);
  padding: 16px 20px;
}

.gtd-card__title {
  color: var(--gtd-text);
  font-size: 17px;
  font-weight: 700;
}

.gtd-card__description {
  color: var(--gtd-text-sub);
  margin-top: 4px;
  font-size: 14px;
}

.gtd-card__body--md {
  padding: 16px 20px;
}

.gtd-card__body--lg {
  padding: 24px;
}

.gtd-alert {
  border: 1px solid var(--gtd-alert-border-color, var(--gtd-border));
  border-left-width: 3px;
  border-left-color: var(--gtd-alert-accent, var(--gtd-ui-primary));
  background: var(--gtd-alert-bg, var(--gtd-bg-2));
  color: var(--gtd-text);
  border-radius: 12px;
  gap: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
}

.gtd-alert__icon {
  color: var(--gtd-alert-accent, var(--gtd-ui-primary));
  flex-shrink: 0;
  margin-top: 1px;
}

.gtd-alert__content {
  min-width: 0;
}

.gtd-alert__title {
  color: var(--gtd-text);
  margin-bottom: 2px;
  font-weight: 700;
}

.gtd-alert__message {
  color: var(--gtd-text-sub);
}

.gtd-alert--info {
  --gtd-alert-accent: var(--gtd-ui-primary);
}

.gtd-alert--success {
  --gtd-alert-accent: #10b981;
}

.gtd-alert--warning {
  --gtd-alert-accent: #f59e0b;
}

.gtd-alert--error {
  --gtd-alert-accent: #ef4444;
}

.gtd-switch-wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.gtd-switch-label {
  color: var(--gtd-text);
  font-size: 15px;
  font-weight: 600;
}

.gtd-switch-desc {
  color: var(--gtd-text-mute);
  margin-top: 2px;
  font-size: 14px;
}

.gtd-switch-root {
  background: var(--gtd-switch-bg, var(--gtd-bg-3));
  border: 1px solid var(--gtd-switch-border-color, var(--gtd-border-strong));
  cursor: pointer;
  border-radius: 9999px;
  width: 44px;
  min-width: 44px;
  height: 26px;
  transition: background-color .15s;
  position: relative;
}

.gtd-switch-root[data-state="checked"] {
  --gtd-switch-bg: var(--gtd-ui-primary);
  --gtd-switch-border-color: var(--gtd-ui-primary);
}

.gtd-switch-root:focus-visible {
  outline: 2px solid var(--gtd-ui-primary);
  outline-offset: 2px;
}

.gtd-switch-thumb {
  background: var(--gtd-switch-thumb-bg, #fff);
  will-change: transform;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .15s;
  display: block;
  transform: translateX(2px);
  box-shadow: 0 1px 3px #00000026;
}

.gtd-switch-root[data-state="checked"] .gtd-switch-thumb {
  transform: translateX(20px);
}

.gtd-dialog-overlay {
  z-index: var(--z-overlay);
  background: #12161c73;
  animation: .15s gtd-fade-in;
  position: fixed;
  inset: 0;
}

.gtd-dialog-content {
  z-index: var(--z-modal);
  border: 1px solid var(--gtd-border-strong);
  background: var(--gtd-bg-2);
  border-radius: 16px;
  width: min(100vw - 32px, 420px);
  padding: 24px;
  animation: .2s cubic-bezier(.16, 1, .3, 1) gtd-dialog-in;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 48px -12px #001e5033;
}

.gtd-dialog-title {
  color: var(--gtd-text);
  font-size: 20px;
  font-weight: 700;
}

.gtd-dialog-description {
  color: var(--gtd-text-sub);
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.gtd-dialog-actions {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.gtd-tabs-list {
  background: var(--gtd-surface);
  border: 1px solid var(--gtd-border);
  border-radius: 12px;
  gap: 4px;
  padding: 4px;
  display: inline-flex;
}

.gtd-tabs-trigger {
  min-height: 36px;
  color: var(--gtd-text-sub);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .15s, color .15s;
}

.gtd-tabs-trigger[data-state="active"] {
  background: var(--gtd-bg-2);
  color: var(--gtd-ui-primary);
  box-shadow: 0 1px 2px #0000000f;
}

.gtd-tabs-content {
  color: var(--gtd-text-sub);
  margin-top: 16px;
  font-size: 15px;
}

@keyframes gtd-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gtd-dialog-in {
  from {
    opacity: 0;
    transform: translate(-50%, -48%)scale(.96);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
  }
}

.gtd-icon-btn {
  width: 44px;
  min-width: 44px;
  padding: 0;
}

.gtd-icon-btn.gtd-btn--sm {
  width: 36px;
  min-width: 36px;
}

.gtd-icon-btn.gtd-btn--lg {
  width: 52px;
  min-width: 52px;
}

.gtd-checkbox-wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.gtd-checkbox-label {
  color: var(--gtd-text);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.gtd-checkbox-desc {
  color: var(--gtd-text-mute);
  margin-top: 2px;
  font-size: 14px;
}

.gtd-checkbox-root {
  border: 1px solid var(--gtd-checkbox-border-color, var(--gtd-border-strong));
  background: var(--gtd-checkbox-bg, var(--gtd-bg-2));
  width: 20px;
  min-width: 20px;
  height: 20px;
  color: var(--gtd-checkbox-color, #fff);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-checkbox-root[data-state="checked"] {
  --gtd-checkbox-bg: var(--gtd-checkbox-checked-bg, var(--gtd-ui-primary));
  --gtd-checkbox-border-color: var(--gtd-checkbox-checked-bg, var(--gtd-ui-primary));
}

.gtd-checkbox-root:focus-visible {
  outline: 2px solid var(--gtd-ui-primary);
  outline-offset: 2px;
}

.gtd-checkbox-indicator {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gtd-loader {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-loader__spinner {
  border: 2px solid var(--gtd-border-strong);
  border-top-color: var(--gtd-ui-primary);
  border-radius: 50%;
  animation: .6s linear infinite gtd-spin;
}

.gtd-loader--sm .gtd-loader__spinner {
  width: 16px;
  height: 16px;
}

.gtd-loader--md .gtd-loader__spinner {
  width: 24px;
  height: 24px;
}

.gtd-loader--lg .gtd-loader__spinner {
  width: 32px;
  height: 32px;
}

.gtd-skeleton {
  background: linear-gradient(90deg, var(--gtd-surface) 0%, var(--gtd-bg-3) 50%, var(--gtd-surface) 100%);
  background-size: 200% 100%;
  animation: 1.2s ease-in-out infinite gtd-skeleton-shimmer;
}

.gtd-skeleton--rectangular {
  border-radius: 12px;
  min-height: 48px;
}

.gtd-skeleton--text {
  border-radius: 6px;
  height: 14px;
}

.gtd-skeleton--circular {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@keyframes gtd-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }

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

.gtd-progress-wrap {
  width: 100%;
}

.gtd-progress-meta {
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.gtd-progress-label {
  color: var(--gtd-text);
  font-weight: 600;
}

.gtd-progress-value {
  color: var(--gtd-text-mute);
}

.gtd-progress-root {
  background: var(--gtd-progress-track-bg, var(--gtd-surface));
  border-radius: 9999px;
  height: 8px;
  overflow: hidden;
}

.gtd-progress-indicator {
  background: var(--gtd-progress-indicator-bg, var(--gtd-ui-primary));
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.gtd-search-field {
  position: relative;
}

.gtd-search-field__icon {
  color: var(--gtd-text-faint);
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.gtd-search-field__input {
  padding-left: 40px;
  padding-right: 40px;
}

.gtd-search-field__clear {
  width: 28px;
  height: 28px;
  color: var(--gtd-text-mute);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.gtd-search-field__clear:hover {
  background: var(--gtd-surface);
  color: var(--gtd-text);
}

.gtd-segmented {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-segmented-bg, var(--gtd-surface));
  border-radius: 12px;
  gap: 4px;
  padding: 4px;
  display: inline-flex;
}

.gtd-segmented--full {
  width: 100%;
  display: flex;
}

.gtd-segmented__item {
  cursor: pointer;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  display: inline-flex;
  position: relative;
}

.gtd-segmented__item.is-active {
  background: var(--gtd-segmented-active-bg, var(--gtd-bg-2));
  box-shadow: 0 1px 2px #0000000f;
}

.gtd-segmented__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.gtd-segmented__label {
  color: var(--gtd-text-sub);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
}

.gtd-segmented__item.is-active .gtd-segmented__label {
  color: var(--gtd-segmented-active-color, var(--gtd-ui-primary));
}

.gtd-tooltip-content {
  z-index: var(--z-tooltip);
  background: var(--gtd-text);
  color: #fff;
  border-radius: 8px;
  max-width: 240px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 8px 24px #00000029;
}

.gtd-tooltip-arrow {
  fill: var(--gtd-text);
}

.gtd-toast-viewport {
  z-index: var(--z-toast);
  outline: none;
  flex-direction: column;
  gap: 8px;
  width: min(360px, 100vw - 32px);
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.gtd-toast-root {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
  box-shadow: 0 12px 32px #0000001f;
}

.gtd-toast-root--success {
  background: #ecfdf5;
  border-color: #10b98159;
}

.gtd-toast-root--error {
  background: #fef2f2;
  border-color: #ef444459;
}

.gtd-toast-title {
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 700;
}

.gtd-toast-desc {
  color: var(--gtd-text-sub);
  margin-top: 2px;
  font-size: 13px;
}

.gtd-toast-close {
  color: var(--gtd-text-mute);
  cursor: pointer;
  background: none;
  border: none;
  margin-left: auto;
}

.gtd-bottom-sheet-content {
  z-index: var(--z-modal);
  border-radius: var(--gtd-sheet-radius, 20px 20px 0 0);
  border: 1px solid var(--gtd-border-strong);
  background: var(--gtd-sheet-bg, var(--gtd-bg-2));
  flex-direction: column;
  max-height: 88vh;
  padding: 0;
  transition: height .22s cubic-bezier(.16, 1, .3, 1);
  animation: .24s cubic-bezier(.16, 1, .3, 1) gtd-sheet-in;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 -12px 40px #0000001f;
}

.gtd-bottom-sheet-content.is-dragging {
  transition: none;
}

.gtd-bottom-sheet-content.is-expanded {
  box-shadow: 0 -16px 48px #00000029;
}

.gtd-bottom-sheet-header {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  flex-shrink: 0;
  padding: 8px 24px 12px;
}

.gtd-bottom-sheet-header:active {
  cursor: grabbing;
}

.gtd-bottom-sheet-header__title {
  color: var(--gtd-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.gtd-bottom-sheet-header__desc {
  color: var(--gtd-text-sub);
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
}

.gtd-bottom-sheet-header__hint {
  color: var(--gtd-text-faint);
  margin-top: 8px;
  font-size: 12px;
}

.gtd-bottom-sheet-handle {
  background: var(--gtd-border-strong);
  border-radius: 9999px;
  width: 40px;
  height: 4px;
  margin: 0 auto 12px;
}

.gtd-bottom-sheet-body {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  padding: 0 24px 16px;
  overflow-y: auto;
}

.gtd-bottom-sheet-cta {
  padding: 12px 24px calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  flex-shrink: 0;
}

.gtd-bottom-sheet-cta__button {
  background: var(--gtd-sheet-cta-bg, var(--gtd-ui-primary));
  width: 100%;
  min-height: 52px;
  color: var(--gtd-sheet-cta-color, #fff);
  cursor: pointer;
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.gtd-bottom-sheet-cta__button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-bottom-sheet-double-cta {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.gtd-bottom-sheet-double-cta__slot {
  min-width: 0;
}

.gtd-bottom-sheet-select {
  flex-direction: column;
  display: flex;
}

.gtd-bottom-sheet-select__option {
  border: none;
  border-bottom: 1px solid var(--gtd-border);
  min-height: 52px;
  color: var(--gtd-text);
  cursor: pointer;
  text-align: left;
  background: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 16px;
  display: flex;
}

.gtd-bottom-sheet-select__option:last-child {
  border-bottom: none;
}

.gtd-bottom-sheet-select__option.is-selected {
  color: var(--gtd-ui-primary);
  font-weight: 700;
}

.gtd-bottom-sheet-select__option:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.gtd-bottom-sheet-close {
  background: var(--gtd-surface);
  min-height: 32px;
  color: var(--gtd-text-sub);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
}

@keyframes gtd-sheet-in {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.gtd-border {
  padding: 16px;
}

.gtd-border--all {
  border: 1px solid var(--gtd-border);
  border-radius: 12px;
}

.gtd-border--top {
  border-top: 1px solid var(--gtd-border);
}

.gtd-border--bottom {
  border-bottom: 1px solid var(--gtd-border);
}

.gtd-border--left {
  border-left: 1px solid var(--gtd-border);
}

.gtd-border--right {
  border-right: 1px solid var(--gtd-border);
}

.gtd-border--accent.gtd-border--all {
  border-color: var(--gtd-highlight);
}

.gtd-highlight {
  background: var(--gtd-ui-primary-soft);
  color: var(--gtd-ui-primary);
  border-radius: 4px;
  padding: 0 4px;
}

.gtd-result {
  text-align: center;
  border: 1px dashed var(--gtd-border-strong);
  background: var(--gtd-surface);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.gtd-result__icon {
  color: var(--gtd-ui-primary);
}

.gtd-result--error .gtd-result__icon {
  color: #dc2626;
}

.gtd-result__title {
  color: var(--gtd-text);
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}

.gtd-result__desc {
  max-width: 360px;
  color: var(--gtd-text-sub);
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.gtd-result__actions {
  gap: 8px;
  margin-top: 20px;
  display: flex;
}

.gtd-list-row {
  background: var(--gtd-bg-2);
  text-align: left;
  cursor: pointer;
  border: none;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 12px 20px;
  transition: background-color .12s;
  display: flex;
}

.gtd-list-row:hover {
  background: var(--gtd-surface);
}

.gtd-list-row--border-indented {
  border-bottom: 1px solid var(--gtd-border);
  width: calc(100% - 20px);
  margin-left: 20px;
  padding-left: 0;
}

.gtd-list-row--border-full {
  border-bottom: 1px solid var(--gtd-border);
}

.gtd-list-row__left, .gtd-list-row__right {
  flex-shrink: 0;
}

.gtd-list-row__contents {
  flex: 1;
  min-width: 0;
}

.gtd-list-row-text {
  font-size: 16px;
  line-height: 1.4;
}

.gtd-list-row-text--default {
  color: var(--gtd-text);
}

.gtd-list-row-text--primary {
  color: var(--gtd-ui-primary);
}

.gtd-list-row-text--muted {
  color: var(--gtd-text-mute);
}

.gtd-list-row-text--regular {
  font-weight: 400;
}

.gtd-list-row-text--semibold {
  font-weight: 600;
}

.gtd-list-row-text--bold {
  font-weight: 700;
}

.gtd-list-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 20px 8px;
  display: flex;
}

.gtd-list-header__title {
  letter-spacing: .02em;
  color: var(--gtd-text-mute);
  font-size: 13px;
  font-weight: 700;
}

.gtd-list-header__desc {
  color: var(--gtd-text-faint);
  margin-top: 4px;
  font-size: 13px;
}

.gtd-bottom-cta {
  background: var(--gtd-bg-2);
  border-top: 1px solid var(--gtd-border);
  width: 100%;
}

.gtd-bottom-cta--fixed {
  z-index: var(--z-overlay);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.gtd-bottom-cta__inner {
  max-width: var(--gtd-container-max);
  margin: 0 auto;
  padding: 12px 16px;
}

.gtd-bottom-cta__inner--double {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.gtd-bottom-cta__slot {
  min-width: 0;
}

.gtd-top {
  border-bottom: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 8px 16px;
  display: grid;
}

.gtd-top__side {
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  display: flex;
}

.gtd-top__side--right {
  justify-content: flex-end;
  margin-left: auto;
}

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

.gtd-top__title {
  color: var(--gtd-text);
  font-size: 17px;
  font-weight: 700;
}

.gtd-top__subtitle {
  color: var(--gtd-text-mute);
  margin-top: 2px;
  font-size: 13px;
}

.gtd-menu-trigger {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
}

.gtd-table-wrap {
  border-radius: var(--gtd-table-radius, 12px);
  border: 1px solid var(--gtd-table-border-color, var(--gtd-border));
  background: var(--gtd-table-bg, var(--gtd-bg-2));
  width: 100%;
  overflow-x: auto;
}

.gtd-table-panel {
  border-radius: var(--gtd-table-radius, 12px);
  border: 1px solid var(--gtd-table-border-color, var(--gtd-border));
  background: var(--gtd-table-bg, var(--gtd-bg-2));
  width: 100%;
  overflow: hidden;
}

.gtd-table-panel .gtd-table-wrap {
  border: none;
  border-radius: 0;
}

.gtd-table-toolbar {
  border-bottom: 1px solid var(--gtd-table-border-color, var(--gtd-border));
  background: var(--gtd-table-bg, var(--gtd-bg-2));
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
}

.gtd-table-toolbar__group {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.gtd-table-toolbar__search {
  flex: 180px;
  min-width: 0;
  max-width: 320px;
}

.gtd-table-toolbar__filter {
  min-width: 120px;
}

.gtd-table-toolbar__meta {
  color: var(--gtd-text-mute);
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px;
}

.gtd-table__sort-trigger {
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-weight: 700;
  display: inline-flex;
}

.gtd-table__cell--right .gtd-table__sort-trigger {
  justify-content: flex-end;
}

.gtd-table__cell--center .gtd-table__sort-trigger {
  justify-content: center;
}

.gtd-table__sort-trigger:hover {
  color: var(--gtd-text);
}

.gtd-table__sort-icon {
  color: var(--gtd-text-faint);
  flex-shrink: 0;
}

.gtd-table__sort-trigger[aria-sort="ascending"] .gtd-table__sort-icon, .gtd-table__sort-trigger[aria-sort="descending"] .gtd-table__sort-icon {
  color: var(--gtd-ui-primary);
}

.gtd-table__empty-cell {
  text-align: center;
  color: var(--gtd-text-mute);
  font-size: 14px;
  background: none !important;
  padding: 32px 16px !important;
}

.gtd-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.gtd-table--sm .gtd-table__head-cell, .gtd-table--sm .gtd-table__cell {
  padding: 8px 12px;
}

.gtd-table--md .gtd-table__head-cell, .gtd-table--md .gtd-table__cell {
  padding: 12px 16px;
}

.gtd-table__head {
  background: var(--gtd-table-head-bg, var(--gtd-surface));
}

.gtd-table__head-cell {
  color: var(--gtd-text-mute);
  border-bottom: 1px solid var(--gtd-table-border-color, var(--gtd-border));
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.gtd-table__cell {
  color: var(--gtd-text);
  border-bottom: 1px solid var(--gtd-table-border-color, var(--gtd-border));
}

.gtd-table__row:last-child .gtd-table__cell {
  border-bottom: none;
}

.gtd-table__row:hover .gtd-table__cell {
  background: var(--gtd-table-row-hover-bg, var(--gtd-surface));
}

.gtd-table--striped .gtd-table__body .gtd-table__row:nth-child(2n) .gtd-table__cell {
  background: var(--gtd-surface);
}

.gtd-table__cell--center, .gtd-table__head-cell.gtd-table__cell--center {
  text-align: center;
}

.gtd-table__cell--right, .gtd-table__head-cell.gtd-table__cell--right {
  text-align: right;
}

.gtd-table__foot .gtd-table__cell {
  background: var(--gtd-surface);
  font-weight: 600;
}

.gtd-textarea-wrap {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.gtd-textarea-label {
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 600;
}

.gtd-textarea {
  border: 1px solid var(--gtd-textarea-border-color, var(--gtd-border-strong));
  border-radius: var(--gtd-textarea-radius, 12px);
  background: var(--gtd-textarea-bg, var(--gtd-bg-2));
  width: 100%;
  min-height: 96px;
  color: var(--gtd-text);
  resize: vertical;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
}

.gtd-textarea:focus {
  border-color: var(--gtd-ui-primary);
  box-shadow: 0 0 0 3px var(--gtd-ui-focus-ring);
  outline: none;
}

.gtd-textarea--error {
  border-color: #ef4444;
}

.gtd-textarea-hint, .gtd-textarea-error {
  font-size: 13px;
}

.gtd-textarea-hint {
  color: var(--gtd-text-mute);
}

.gtd-textarea-error {
  color: #ef4444;
}

.gtd-select-wrap {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.gtd-select-label {
  color: var(--gtd-text);
  font-size: 14px;
  font-weight: 600;
}

.gtd-select-field {
  position: relative;
}

.gtd-select {
  appearance: none;
  border: 1px solid var(--gtd-select-border-color, var(--gtd-border-strong));
  border-radius: var(--gtd-select-radius, 12px);
  background: var(--gtd-select-bg, var(--gtd-bg-2));
  width: 100%;
  color: var(--gtd-text);
  cursor: pointer;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 15px;
  display: inline-flex;
}

.gtd-select[data-placeholder] {
  color: var(--gtd-text-mute);
}

.gtd-select:focus-visible {
  border-color: var(--gtd-ui-primary);
  box-shadow: 0 0 0 3px var(--gtd-ui-focus-ring);
  outline: none;
}

.gtd-select-content {
  --gtd-dropdown-item-color: var(--gtd-text);
  --gtd-dropdown-item-hover-bg: var(--gtd-surface);
  --gtd-dropdown-item-radius: 10px;
  z-index: var(--z-dropdown);
  min-width: var(--radix-select-trigger-width);
  max-width: min(320px, 100vw - 32px);
  padding: var(--gtd-dropdown-padding, 6px);
  border-radius: var(--gtd-dropdown-radius, 14px);
  border: 1px solid var(--gtd-dropdown-border-color, var(--gtd-border-strong));
  background: var(--gtd-dropdown-bg, var(--gtd-bg-2));
  box-shadow: var(--gtd-dropdown-shadow, 0 12px 32px #0000001f);
  overflow: hidden;
}

.gtd-select-viewport {
  padding: 0;
}

.gtd-select-content[data-side] .gtd-select-viewport {
  width: var(--radix-select-trigger-width);
  max-height: var(--radix-select-content-available-height);
}

.gtd-select-item {
  border-radius: var(--gtd-dropdown-item-radius);
  width: 100%;
  min-height: 40px;
  color: var(--gtd-dropdown-item-color);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  font-size: 15px;
  display: flex;
}

.gtd-select-item[data-highlighted] {
  background: var(--gtd-dropdown-item-hover-bg);
}

.gtd-select-item[data-disabled] {
  opacity: .45;
  pointer-events: none;
}

.gtd-select-item [data-radix-select-item-text] {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.gtd-select-item__indicator {
  width: 16px;
  height: 16px;
  color: var(--gtd-ui-primary);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-select-icon {
  width: 18px;
  height: 18px;
  color: var(--gtd-text-mute);
  pointer-events: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: inline-flex;
}

.gtd-select [data-radix-select-value] {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.gtd-select--sm {
  min-height: 40px;
}

.gtd-select--md {
  min-height: 48px;
}

.gtd-select--lg {
  min-height: 52px;
}

.gtd-select--error {
  border-color: #ef4444;
}

.gtd-select-hint, .gtd-select-error {
  font-size: 13px;
}

.gtd-select-hint {
  color: var(--gtd-text-mute);
}

.gtd-select-error {
  color: #ef4444;
}

.gtd-radio-group {
  border: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.gtd-radio-group__legend {
  color: var(--gtd-text);
  margin-bottom: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.gtd-radio-group__options {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.gtd-radio-group__options--horizontal {
  flex-flow: wrap;
  gap: 16px;
}

.gtd-radio {
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.gtd-radio--disabled {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-radio__input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.gtd-radio__control {
  border: 2px solid var(--gtd-radio-border-color, var(--gtd-border-strong));
  background: var(--gtd-bg-2);
  border-radius: 9999px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  position: relative;
}

.gtd-radio__input:checked + .gtd-radio__control {
  border-color: var(--gtd-ui-primary);
}

.gtd-radio__input:checked + .gtd-radio__control:after {
  content: "";
  background: var(--gtd-radio-checked-bg, var(--gtd-ui-primary));
  border-radius: 9999px;
  position: absolute;
  inset: 4px;
}

.gtd-radio__input:focus-visible + .gtd-radio__control {
  box-shadow: 0 0 0 3px var(--gtd-ui-focus-ring);
}

.gtd-radio__label {
  color: var(--gtd-text);
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.gtd-radio__desc {
  color: var(--gtd-text-mute);
  margin-top: 2px;
  font-size: 13px;
  display: block;
}

.gtd-radio-group__hint, .gtd-radio-group__error {
  margin-top: 8px;
  font-size: 13px;
}

.gtd-radio-group__hint {
  color: var(--gtd-text-mute);
}

.gtd-radio-group__error {
  color: #ef4444;
}

.gtd-avatar {
  background: var(--gtd-avatar-bg, var(--gtd-ui-primary-soft));
  color: var(--gtd-avatar-color, var(--gtd-ui-primary));
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  overflow: hidden;
}

.gtd-avatar--circle {
  border-radius: var(--gtd-avatar-radius, 9999px);
}

.gtd-avatar--square {
  border-radius: var(--gtd-avatar-radius, 12px);
}

.gtd-avatar--xs {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.gtd-avatar--sm {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.gtd-avatar--md {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

.gtd-avatar--lg {
  width: 48px;
  height: 48px;
  font-size: 16px;
}

.gtd-avatar--xl {
  width: 64px;
  height: 64px;
  font-size: 20px;
}

.gtd-avatar__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gtd-pagination__list {
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.gtd-pagination__button {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-pagination-bg, var(--gtd-bg-2));
  min-width: 36px;
  min-height: 36px;
  color: var(--gtd-text);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.gtd-pagination__button:hover:not(:disabled) {
  background: var(--gtd-surface);
}

.gtd-pagination__button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.gtd-pagination__button--active {
  background: var(--gtd-pagination-active-bg, var(--gtd-ui-primary));
  border-color: var(--gtd-pagination-active-bg, var(--gtd-ui-primary));
  color: var(--gtd-pagination-active-color, #fff);
}

.gtd-pagination__dots {
  text-align: center;
  min-width: 28px;
  color: var(--gtd-text-mute);
  font-size: 14px;
}

.gtd-accordion {
  border: 1px solid var(--gtd-accordion-border-color, var(--gtd-border));
  background: var(--gtd-bg-2);
  border-radius: 12px;
  overflow: hidden;
}

.gtd-accordion__item + .gtd-accordion__item {
  border-top: 1px solid var(--gtd-accordion-border-color, var(--gtd-border));
}

.gtd-accordion__trigger {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  display: flex;
}

.gtd-accordion__trigger:hover:not(:disabled) {
  background: var(--gtd-accordion-trigger-bg, var(--gtd-surface));
}

.gtd-accordion__item--disabled .gtd-accordion__trigger {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-accordion__title {
  color: var(--gtd-text);
  font-size: 15px;
  font-weight: 600;
}

.gtd-accordion__icon {
  color: var(--gtd-text-mute);
  flex-shrink: 0;
  transition: transform .2s;
}

.gtd-accordion__icon--open {
  transform: rotate(180deg);
}

.gtd-accordion__content {
  color: var(--gtd-text-sub);
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.6;
}

.gtd-chip {
  border-radius: var(--gtd-chip-radius, 9999px);
  align-items: center;
  gap: 4px;
  max-width: 100%;
  font-weight: 600;
  display: inline-flex;
}

.gtd-chip--sm {
  min-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}

.gtd-chip--md {
  min-height: 32px;
  padding: 0 12px;
  font-size: 13px;
}

.gtd-chip--fill {
  background: var(--gtd-chip-bg, var(--gtd-ui-primary-soft));
  color: var(--gtd-chip-color, var(--gtd-ui-primary));
}

.gtd-chip--outline {
  border: 1px solid var(--gtd-border-strong);
  color: var(--gtd-chip-color, var(--gtd-text));
  background: none;
}

.gtd-chip--disabled {
  opacity: .45;
}

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

.gtd-chip__remove {
  width: 20px;
  height: 20px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-chip__remove:hover:not(:disabled) {
  background: #0000000f;
}

.gtd-divider {
  border: none;
  margin: 0;
}

.gtd-divider--horizontal {
  background: var(--gtd-divider-color, var(--gtd-border));
  width: 100%;
  height: 1px;
}

.gtd-divider--vertical {
  background: var(--gtd-divider-color, var(--gtd-border));
  align-self: stretch;
  width: 1px;
  min-height: 16px;
}

.gtd-divider--spacing-sm {
  margin-block: 8px;
}

.gtd-divider--spacing-md {
  margin-block: 16px;
}

.gtd-divider--spacing-lg {
  margin-block: 24px;
}

.gtd-divider--spacing-none {
  margin-block: 0;
}

.gtd-divider--with-label {
  background: none;
  align-items: center;
  gap: 12px;
  height: auto;
  display: flex;
}

.gtd-divider__line {
  background: var(--gtd-divider-color, var(--gtd-border));
  flex: 1;
  height: 1px;
}

.gtd-divider__label {
  color: var(--gtd-text-mute);
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
}

.gtd-popover-content {
  z-index: var(--z-popover);
  border: 1px solid var(--gtd-popover-border-color, var(--gtd-border-strong));
  background: var(--gtd-popover-bg, var(--gtd-bg-2));
  border-radius: 14px;
  outline: none;
  max-width: min(360px, 100vw - 32px);
  padding: 16px;
  box-shadow: 0 12px 32px #0000001f;
}

.gtd-dropdown-content {
  --gtd-dropdown-item-color: var(--gtd-text);
  --gtd-dropdown-item-hover-bg: var(--gtd-surface);
  --gtd-dropdown-item-radius: 10px;
  --gtd-dropdown-label-color: var(--gtd-text-faint);
  --gtd-dropdown-separator-color: var(--gtd-border);
  z-index: var(--z-dropdown);
  min-width: 200px;
  max-width: min(320px, 100vw - 32px);
  padding: var(--gtd-dropdown-padding, 6px);
  border-radius: var(--gtd-dropdown-radius, 14px);
  border: 1px solid var(--gtd-dropdown-border-color, var(--gtd-border-strong));
  background: var(--gtd-dropdown-bg, var(--gtd-bg-2));
  box-shadow: var(--gtd-dropdown-shadow, 0 12px 32px #0000001f);
  outline: none;
  overflow: hidden;
}

.gtd-dropdown-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gtd-dropdown-label-color);
  padding: 8px 12px 4px;
  font-size: 12px;
  font-weight: 700;
}

.gtd-dropdown-separator {
  background: var(--gtd-dropdown-separator-color);
  height: 1px;
  margin: 6px 0;
}

.gtd-dropdown-item {
  border-radius: var(--gtd-dropdown-item-radius);
  width: 100%;
  min-width: 0;
  min-height: 44px;
  color: var(--gtd-dropdown-item-color);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.gtd-dropdown-item[data-highlighted] {
  background: var(--gtd-dropdown-item-hover-bg);
}

.gtd-dropdown-item[data-disabled] {
  opacity: .45;
  pointer-events: none;
}

.gtd-dropdown-item__copy {
  flex: 1;
  min-width: 0;
}

.gtd-dropdown-item__label {
  color: inherit;
  font-weight: 600;
  display: block;
}

.gtd-dropdown-item__desc {
  color: var(--gtd-text-mute);
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.gtd-dropdown-item__icon {
  width: 16px;
  height: 16px;
  color: var(--gtd-text-mute);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-dropdown-checkbox-item {
  border-radius: var(--gtd-dropdown-item-radius);
  min-height: 40px;
  color: var(--gtd-dropdown-item-color);
  cursor: pointer;
  outline: none;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
}

.gtd-dropdown-checkbox-item[data-highlighted] {
  background: var(--gtd-dropdown-item-hover-bg);
}

.gtd-dropdown-checkbox-item__indicator {
  width: 16px;
  color: var(--gtd-ui-primary);
  font-size: 12px;
  font-weight: 700;
}

.gtd-sidebar {
  background: var(--gtd-sidebar-bg, var(--gtd-bg-2));
  flex-direction: column;
  width: 100%;
  display: flex;
}

.gtd-sidebar__header {
  border-bottom: 1px solid var(--gtd-border);
  padding: 0 20px 16px;
}

.gtd-sidebar__title {
  letter-spacing: -.02em;
  color: var(--gtd-text);
  font-size: 15px;
  font-weight: 800;
}

.gtd-sidebar__description {
  color: var(--gtd-text-mute);
  margin-top: 4px;
  font-size: 13px;
}

.gtd-sidebar__content {
  flex: 1;
  min-height: 0;
  padding: 8px 0 16px;
  overflow-y: auto;
}

.gtd-sidebar__footer {
  border-top: 1px solid var(--gtd-border);
  padding: 12px 16px 16px;
}

.gtd-sidebar__group {
  margin-top: 4px;
}

.gtd-sidebar__group-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gtd-text-faint);
  padding: 8px 20px 6px;
  font-size: 12px;
  font-weight: 700;
}

.gtd-sidebar-item {
  width: 100%;
  min-height: 36px;
  color: var(--gtd-text-sub);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-left: 2px solid #0000;
  align-items: center;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .12s, background-color .12s, border-color .12s;
  display: flex;
}

.gtd-sidebar-item:hover {
  color: var(--gtd-text);
  background: var(--gtd-ui-primary-soft);
}

.gtd-sidebar-item--active {
  color: var(--gtd-sidebar-item-active-color, var(--gtd-ui-primary));
  border-left-color: var(--gtd-ui-primary);
  background: var(--gtd-sidebar-item-active-bg, var(--gtd-ui-primary-soft));
  font-weight: 600;
}

.gtd-sidebar-item:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-sidebar-collapsible__trigger {
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  color: var(--gtd-text-faint);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 6px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.gtd-sidebar-collapsible__trigger:hover {
  color: var(--gtd-text-mute);
}

.gtd-sidebar-collapsible__icon {
  transition: transform .2s;
}

.gtd-sidebar-collapsible[data-state="open"] .gtd-sidebar-collapsible__icon {
  transform: rotate(180deg);
}

.gtd-sidebar-collapsible__content {
  overflow: hidden;
}

.gtd-sidebar-collapsible__content .gtd-sidebar-item {
  padding-left: 28px;
  font-size: 13px;
}

.gtd-sidebar-collapsible__content .gtd-sidebar__group-label {
  padding-left: 28px;
}

.gtd-app-shell {
  background: var(--gtd-bg);
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.gtd-app-shell__main {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.gtd-bottom-nav {
  border-top: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  flex-shrink: 0;
}

.gtd-bottom-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.gtd-bottom-nav__item {
  flex: 1;
  min-width: 0;
}

.gtd-bottom-nav__button {
  width: 100%;
  min-height: 56px;
  color: var(--gtd-text-mute);
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 4px;
  transition: color .12s;
  display: flex;
}

.gtd-bottom-nav__button--active {
  color: var(--gtd-ui-primary);
}

.gtd-bottom-nav__button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.gtd-bottom-nav__icon-wrap {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.gtd-bottom-nav__badge {
  background: var(--gtd-accent, #ff5722);
  color: #fff;
  text-align: center;
  border-radius: 999px;
  min-width: 16px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: -4px;
  right: -10px;
}

.gtd-bottom-nav__label {
  letter-spacing: -.01em;
  font-size: 11px;
  font-weight: 600;
}

.gtd-fab {
  z-index: var(--z-popover);
  background: var(--gtd-ui-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 56px;
  min-height: 56px;
  padding: 0 16px;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
  position: fixed;
  box-shadow: 0 8px 24px #0000002e;
}

.gtd-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #00000038;
}

.gtd-fab--bottom-right {
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

.gtd-fab--bottom-left {
  left: max(16px, env(safe-area-inset-left, 0px));
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

.gtd-fab--bottom-center {
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
}

.gtd-fab--bottom-center:hover {
  transform: translateX(-50%)translateY(-2px);
}

.gtd-fab--extended {
  padding-inline: 20px;
}

.gtd-fab__icon {
  flex-shrink: 0;
  display: inline-flex;
}

.gtd-fab__label {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}

.gtd-notice-bar {
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
}

.gtd-notice-bar--info {
  background: var(--gtd-ui-primary-soft);
  color: var(--gtd-text);
}

.gtd-notice-bar--promo {
  color: #7a4b00;
  background: #fff4e5;
}

.gtd-notice-bar--warning {
  color: #8a6100;
  background: #fff8e6;
}

.gtd-notice-bar__message {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.gtd-notice-bar__action {
  flex-shrink: 0;
}

.gtd-notice-bar__close {
  width: 32px;
  height: 32px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.gtd-section--sm {
  --gtd-section-gap: 8px;
}

.gtd-section--md {
  --gtd-section-gap: 16px;
}

.gtd-section--lg {
  --gtd-section-gap: 24px;
}

.gtd-section__header {
  margin-bottom: var(--gtd-section-gap, 16px);
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.gtd-section__copy {
  min-width: 0;
}

.gtd-section__title {
  letter-spacing: -.02em;
  color: var(--gtd-text);
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.gtd-section__desc {
  color: var(--gtd-text-mute);
  margin: 4px 0 0;
  font-size: 14px;
}

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

.gtd-rating {
  align-items: center;
  gap: 2px;
  display: inline-flex;
}

.gtd-rating__star, .gtd-rating__star-btn {
  color: #fbbf24;
  display: inline-flex;
}

.gtd-rating__star-btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 2px;
}

.gtd-rating--readonly .gtd-rating__star {
  color: #fbbf24;
}

.gtd-price {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.gtd-price--right {
  text-align: right;
  align-items: flex-end;
}

.gtd-price__meta {
  align-items: center;
  gap: 6px;
  display: flex;
}

.gtd-price--right .gtd-price__meta {
  justify-content: flex-end;
}

.gtd-price__original {
  color: var(--gtd-text-mute);
  font-size: 13px;
  text-decoration: line-through;
}

.gtd-price__rate {
  color: var(--gtd-accent, #ff5722);
  font-size: 13px;
  font-weight: 700;
}

.gtd-price__amount {
  align-items: baseline;
  gap: 2px;
  margin: 0;
  display: flex;
}

.gtd-price--sm .gtd-price__value {
  font-size: 16px;
}

.gtd-price--md .gtd-price__value {
  font-size: 20px;
}

.gtd-price--lg .gtd-price__value {
  font-size: 24px;
}

.gtd-price__value {
  letter-spacing: -.02em;
  color: var(--gtd-text);
  font-weight: 800;
}

.gtd-price__currency {
  color: var(--gtd-text-sub);
  font-size: 14px;
  font-weight: 600;
}

.gtd-media-card {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  text-align: left;
  cursor: pointer;
  border-radius: 14px;
  width: 100%;
  transition: border-color .12s, box-shadow .12s;
  display: flex;
  overflow: hidden;
}

.gtd-media-card:hover {
  border-color: var(--gtd-border-strong);
  box-shadow: 0 4px 16px #0000000f;
}

.gtd-media-card--vertical {
  flex-direction: column;
}

.gtd-media-card--horizontal {
  flex-direction: row;
  align-items: stretch;
}

.gtd-media-card__media {
  background: var(--gtd-surface);
  flex-shrink: 0;
  overflow: hidden;
}

.gtd-media-card--vertical .gtd-media-card__media {
  aspect-ratio: 4 / 3;
}

.gtd-media-card--horizontal .gtd-media-card__media {
  width: 112px;
  min-height: 112px;
}

.gtd-media-card__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gtd-media-card__body {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-width: 0;
  padding: 12px 14px;
  display: flex;
}

.gtd-media-card__head {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.gtd-media-card__copy {
  flex: 1;
  min-width: 0;
}

.gtd-media-card__title {
  color: var(--gtd-text);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}

.gtd-media-card__subtitle {
  color: var(--gtd-text-mute);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0 0;
  font-size: 13px;
  overflow: hidden;
}

.gtd-media-card__meta {
  color: var(--gtd-text-faint);
  margin: 0;
  font-size: 12px;
}

.gtd-media-card__footer {
  margin-top: auto;
}

.gtd-stack {
  display: flex;
}

.gtd-stack--column {
  flex-direction: column;
}

.gtd-stack--row {
  flex-direction: row;
}

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

.gtd-stack--gap-xs {
  gap: 4px;
}

.gtd-stack--gap-sm {
  gap: 8px;
}

.gtd-stack--gap-md {
  gap: 16px;
}

.gtd-stack--gap-lg {
  gap: 24px;
}

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

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

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

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

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

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

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

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

.gtd-grid {
  width: 100%;
  display: grid;
}

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

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

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

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

.gtd-grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(var(--gtd-grid-min-item-width, 160px), 1fr));
}

.gtd-grid--gap-xs {
  gap: 4px;
}

.gtd-grid--gap-sm {
  gap: 8px;
}

.gtd-grid--gap-md {
  gap: 16px;
}

.gtd-grid--gap-lg {
  gap: 24px;
}

.gtd-carousel {
  position: relative;
}

.gtd-carousel__track {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}

.gtd-carousel__track::-webkit-scrollbar {
  display: none;
}

.gtd-carousel__track--gap-sm {
  gap: 8px;
}

.gtd-carousel__track--gap-md {
  gap: 16px;
}

.gtd-carousel__slide {
  scroll-snap-align: start;
  flex: 0 0 85%;
}

.gtd-carousel__control {
  z-index: 1;
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  width: 36px;
  height: 36px;
  color: var(--gtd-text);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px #00000014;
}

.gtd-carousel__control--prev {
  left: 8px;
}

.gtd-carousel__control--next {
  right: 8px;
}

.gtd-filter-bar {
  width: 100%;
  overflow: hidden;
}

.gtd-filter-bar__track {
  scrollbar-width: none;
  gap: 8px;
  padding: 2px 16px;
  display: flex;
  overflow-x: auto;
}

.gtd-filter-bar__track::-webkit-scrollbar {
  display: none;
}

.gtd-filter-bar__chip {
  border: 1px solid var(--gtd-border);
  background: var(--gtd-bg-2);
  min-height: 36px;
  color: var(--gtd-text-sub);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .12s, border-color .12s, color .12s;
}

.gtd-filter-bar__chip:hover:not(:disabled) {
  border-color: var(--gtd-border-strong);
  color: var(--gtd-text);
}

.gtd-filter-bar__chip--active {
  border-color: var(--gtd-ui-primary);
  background: var(--gtd-ui-primary-soft);
  color: var(--gtd-ui-primary);
}

.gtd-filter-bar__chip:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-empty-state {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.gtd-empty-state--sm {
  padding: 16px 12px;
}

.gtd-empty-state__icon {
  color: var(--gtd-text-mute);
  margin-bottom: 12px;
  display: inline-flex;
}

.gtd-empty-state--sm .gtd-empty-state__icon {
  margin-bottom: 8px;
}

.gtd-empty-state__title {
  color: var(--gtd-text);
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.gtd-empty-state--sm .gtd-empty-state__title {
  font-size: 15px;
}

.gtd-empty-state__desc {
  max-width: 280px;
  color: var(--gtd-text-mute);
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.gtd-empty-state__action {
  margin-top: 16px;
}

.gtd-empty-state--sm .gtd-empty-state__action {
  margin-top: 12px;
}

.gtd-image-banner {
  background: var(--gtd-surface);
  text-align: left;
  border: none;
  border-radius: 16px;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.gtd-image-banner--interactive {
  cursor: pointer;
}

.gtd-image-banner--16-9 {
  aspect-ratio: 16 / 9;
}

.gtd-image-banner--21-9 {
  aspect-ratio: 21 / 9;
}

.gtd-image-banner--4-3 {
  aspect-ratio: 4 / 3;
}

.gtd-image-banner--1-1 {
  aspect-ratio: 1;
}

.gtd-image-banner__media {
  position: absolute;
  inset: 0;
}

.gtd-image-banner__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gtd-image-banner__scrim {
  pointer-events: none;
  background: linear-gradient(#0000 30%, #0000008c 100%);
  position: absolute;
  inset: 0;
}

.gtd-image-banner__copy {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  display: flex;
  position: absolute;
}

.gtd-image-banner__copy--bottom {
  inset: auto 0 0;
}

.gtd-image-banner__copy--center {
  text-align: center;
  justify-content: center;
  align-items: center;
  inset: 0;
}

.gtd-image-banner__copy--none {
  display: none;
}

.gtd-image-banner__title {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.gtd-image-banner__subtitle {
  opacity: .92;
  margin: 0;
  font-size: 14px;
}

.gtd-image-banner__action {
  margin-top: 8px;
}

.gtd-action-sheet__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gtd-action-sheet__item {
  width: 100%;
  min-height: 52px;
  color: var(--gtd-text);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.gtd-action-sheet__item:hover {
  background: var(--gtd-surface);
}

.gtd-action-sheet__item--destructive {
  color: #ef4444;
}

.gtd-action-sheet__item:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.gtd-action-sheet__desc {
  color: var(--gtd-text-mute);
  font-size: 13px;
  font-weight: 400;
}

.gtd-action-sheet__cancel {
  background: var(--gtd-surface);
  width: 100%;
  min-height: 52px;
  color: var(--gtd-text-sub);
  cursor: pointer;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

[data-theme="dark"] .gtd-alert--success {
  --gtd-alert-accent: #34d399;
}

[data-theme="dark"] .gtd-alert--warning {
  --gtd-alert-accent: #fbbf24;
}

[data-theme="dark"] .gtd-alert--error {
  --gtd-alert-accent: #f87171;
}

[data-theme="dark"] .gtd-toast-root--success {
  background: #10b98124;
}

[data-theme="dark"] .gtd-toast-root--error {
  background: #ef44441f;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--blue {
  color: #90c2ff;
  background: #3182f629;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--teal {
  color: #89d8d8;
  background: #18a5a529;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--green {
  color: #76e4b8;
  background: #03b26c29;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--red {
  color: #feafb4;
  background: #f0445229;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--yellow {
  color: #ffe69b;
  background: #ffc34229;
}

[data-theme="dark"] .gtd-badge--weak.gtd-badge--elephant {
  color: #cbd5e1;
  background: #94a3b824;
}

body {
  letter-spacing: -.01em;
  -webkit-font-smoothing: antialiased;
  font-family: A2z, Pretendard, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.doc-content {
  color: var(--docs-text-sub, #475569);
  font-size: 15px;
  line-height: 1.75;
}

.doc-content img {
  border: 1px solid var(--docs-border, #e2e8f0);
  max-width: 100%;
  height: auto;
}

.doc-content a {
  color: var(--docs-cyan, #059669);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.doc-content h2 {
  font-family: var(--font-sans);
  letter-spacing: -.03em;
  color: var(--docs-text, #12161c);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.doc-content h3 {
  color: var(--docs-text);
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

.doc-content p {
  margin-bottom: 1rem;
}

.doc-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0;
}

.doc-content th, .doc-content td {
  border: 1px solid var(--docs-border);
  text-align: left;
  padding: .65rem .85rem;
}

.doc-content th {
  color: var(--docs-text);
  background: #0064ff14;
}

.docs-proposal-viewport {
  color: #12161c;
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.docs-proposal-chrome {
  z-index: var(--z-dropdown);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: var(--font-sans);
  background: #fffffff5;
  border-bottom: 1px solid #d8dfea;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px clamp(16px, 4vw, 28px);
  display: flex;
  position: sticky;
  top: 0;
}

.docs-proposal-back {
  letter-spacing: -.01em;
  color: #059669;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.docs-proposal-back:hover {
  color: #047857;
}

.docs-proposal-export {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

.docs-proposal-export-settings {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.docs-proposal-export-field {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.docs-proposal-export-label {
  color: #4a5568;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

.docs-proposal-export-select {
  color: #12161c;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dde3ed;
  border-radius: 8px;
  height: 34px;
  padding: 0 28px 0 10px;
  font-size: 13px;
}

.docs-proposal-export-select:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.docs-proposal-export-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.docs-proposal-export-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #059669;
  border: 1px solid #059669;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.docs-proposal-export-btn:hover:not(:disabled) {
  background: #0046cc;
  border-color: #0046cc;
}

.docs-proposal-export-btn--secondary {
  color: #059669;
  background: #fff;
}

.docs-proposal-export-btn--secondary:hover:not(:disabled) {
  background: #e8f0ff;
}

.docs-proposal-export-btn--ghost {
  color: #4a5568;
  background: #fff;
  border-color: #dde3ed;
}

.docs-proposal-export-btn--ghost:hover:not(:disabled) {
  background: #f4f6fa;
  border-color: #c5cedb;
}

.docs-proposal-export-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.docs-proposal-export-error {
  color: #c62828;
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.docs-proposal-export-success {
  color: #2e7d32;
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.docs-proposal-export-download-link {
  color: #059669;
  text-underline-offset: 2px;
  font-weight: 600;
  text-decoration: underline;
}

.docs-proposal-export-download-link:hover {
  color: #0046cc;
}

@media (max-width: 767px) {
  .docs-proposal-chrome {
    flex-direction: column;
    align-items: stretch;
  }

  .docs-proposal-export {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }

  .docs-proposal-export-settings, .docs-proposal-export-actions {
    width: 100%;
  }

  .docs-proposal-export-field {
    flex: 1;
    min-width: 0;
  }

  .docs-proposal-export-select {
    width: 100%;
  }

  .docs-proposal-export-success, .docs-proposal-export-error {
    text-align: center;
  }
}

.docs-proposal-frame {
  background: #e8ecf2;
  border: 0;
  flex: auto;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  display: block;
}

html[data-proposal-view] .docs-digital-root .gtd-site-header, html[data-proposal-view] .docs-digital-root > .docs-site-ambient, html[data-proposal-view] .docs-digital-root > footer {
  display: none;
}

.docs-digital-root:has(.docs-proposal-viewport) .gtd-site-header {
  display: none;
}

.docs-digital-root:has(.docs-proposal-viewport) > .docs-site-ambient {
  display: none;
}

.docs-digital-root:has(.docs-proposal-viewport) > footer {
  display: none;
}

html[data-proposal-view] .docs-digital-root > main {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.docs-digital-root:has(.docs-proposal-viewport) > main {
  flex-direction: column;
  flex: 1;
  display: flex;
}

html[data-proposal-view] .docs-proposal-viewport {
  flex: 1;
}

.docs-digital-root:has(.docs-proposal-viewport) .docs-proposal-viewport {
  flex: 1;
}

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

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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

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

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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