/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[190\] {
    z-index: 190;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[210\] {
    z-index: 210;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[calc\(100\%-24px\)\] {
    height: calc(100% - 24px);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-\[min\(420px\,94vw\)\] {
    width: min(420px, 94vw);
  }
  .w-\[min\(560px\,92vw\)\] {
    width: min(560px, 92vw);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .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;
  }
  .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;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .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-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :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)));
    }
  }
  .space-y-3 {
    :where(& > :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)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:w-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 100%;
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
:root {
  --tb-primary: #0F172A;
  --tb-secondary: #334155;
  --tb-accent: #F4C430;
  --tb-bg: #F8FAFC;
  --tb-white: #FFFFFF;
  --tb-on-primary: #FFFFFF;
  --tb-on-surface: var(--tb-primary);
  --tb-on-surface-muted: var(--tb-secondary);
  --tb-surface: var(--tb-white);
  --tb-surface-soft: rgba(15,23,42,.03);
  --tb-border: rgba(15,23,42,.10);
  --tb-border-strong: rgba(15,23,42,.16);
  --tb-shadow: 0 14px 34px rgba(15,23,42,.10);
  --tb-shadow-hover: 0 22px 50px rgba(15,23,42,.14);
  --tb-field-bg: rgba(255,255,255,.96);
  --tb-field-text: rgba(15,23,42,.92);
  --tb-field-placeholder: rgba(51,65,85,.70);
  --tb-field-border: rgba(15,23,42,.18);
  --tb-field-border-focus: rgba(244,196,48,.60);
  --tb-field-ring: rgba(244,196,48,.40);
  --tb-hero-bg: linear-gradient(180deg, rgba(15,23,42,0.96), rgba(15,23,42,0.86));
  --tb-hero-border: rgba(255,255,255,.12);
  --tb-hero-text: rgba(255,255,255,.92);
  --tb-hero-muted: rgba(255,255,255,.78);
  --tb-hero-card: rgba(255,255,255,.08);
  --tb-hero-card-border: rgba(255,255,255,.10);
  --tb-hero-panel: rgba(255,255,255,.06);
  --tb-hero-panel-border: rgba(244,196,48,.22);
}
.dark {
  --tb-bg: #0B1220;
  --tb-white: rgba(15,23,42,.70);
  --tb-secondary: rgba(226,232,240,.90);
  --tb-on-surface: rgba(226,232,240,.96);
  --tb-on-surface-muted: rgba(226,232,240,.82);
  --tb-on-primary: #FFFFFF;
  --tb-surface: rgba(15,23,42,.70);
  --tb-surface-soft: rgba(226,232,240,.06);
  --tb-border: rgba(226,232,240,.10);
  --tb-border-strong: rgba(244,196,48,.30);
  --tb-shadow: 0 18px 42px rgba(0,0,0,.35);
  --tb-shadow-hover: 0 26px 60px rgba(0,0,0,.45);
  --tb-field-bg: rgba(226,232,240,.06);
  --tb-field-text: rgba(226,232,240,.94);
  --tb-field-placeholder: rgba(226,232,240,.55);
  --tb-field-border: rgba(226,232,240,.14);
  --tb-field-border-focus: rgba(244,196,48,.55);
  --tb-field-ring: rgba(244,196,48,.28);
  --tb-hero-bg: linear-gradient(180deg, rgba(8,12,20,.92), rgba(8,12,20,.78));
  --tb-hero-border: rgba(244,196,48,.16);
  --tb-hero-text: rgba(226,232,240,.94);
  --tb-hero-muted: rgba(226,232,240,.78);
  --tb-hero-card: rgba(226,232,240,.06);
  --tb-hero-card-border: rgba(226,232,240,.10);
  --tb-hero-panel: rgba(226,232,240,.05);
  --tb-hero-panel-border: rgba(244,196,48,.24);
}
@layer utilities {
  html {
    scrollbar-gutter: stable;
  }
  body {
    overflow-y: scroll;
  }
  #tb-header {
    background: rgba(236,240,246,.96) !important;
    border-bottom: 1px solid rgba(15,23,42,.22) !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.10) !important;
    z-index: 300 !important;
  }
  #tb-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: linear-gradient( 90deg, rgba(244,196,48,.0), rgba(244,196,48,.65), rgba(15,23,42,.18), rgba(244,196,48,.0) );
    pointer-events: none;
  }
  .dark #tb-header {
    background: rgba(11,18,32,.82) !important;
    border-bottom: 1px solid rgba(244,196,48,.22) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.40) !important;
  }
  .dark #tb-header::after {
    background: linear-gradient( 90deg, rgba(244,196,48,.0), rgba(244,196,48,.55), rgba(226,232,240,.16), rgba(244,196,48,.0) );
  }
  #tb-footer {
    position: relative;
    border-top: 1px solid rgba(15,23,42,.18);
    background: rgba(236,240,246,.90);
    box-shadow: 0 -10px 24px rgba(15,23,42,.06);
  }
  #tb-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 2px;
    background: linear-gradient( 90deg, rgba(244,196,48,.0), rgba(244,196,48,.55), rgba(15,23,42,.14), rgba(244,196,48,.0) );
    pointer-events: none;
  }
  .dark #tb-footer {
    border-top: 1px solid rgba(244,196,48,.18);
    background: rgba(11,18,32,.80);
    box-shadow: 0 -14px 30px rgba(0,0,0,.35);
  }
  .dark #tb-footer::before {
    background: linear-gradient( 90deg, rgba(244,196,48,.0), rgba(244,196,48,.45), rgba(226,232,240,.12), rgba(244,196,48,.0) );
  }
  .tb-page {
    background: radial-gradient(900px 420px at 15% -10%, rgba(244,196,48,.16), transparent 60%), radial-gradient(900px 420px at 85% -10%, rgba(15,23,42,.16), transparent 60%), var(--tb-bg);
  }
  .dark .tb-page {
    background: radial-gradient(900px 420px at 15% -10%, rgba(244,196,48,.10), transparent 60%), radial-gradient(900px 420px at 85% -10%, rgba(226,232,240,.10), transparent 60%), var(--tb-bg);
  }
  .bg-brand {
    background-color: var(--tb-primary);
  }
  .text-brand {
    color: var(--tb-primary);
  }
  .border-brand {
    border-color: var(--tb-primary);
  }
  .text-secondary {
    color: var(--tb-secondary);
  }
  .bg-soft {
    background-color: var(--tb-bg);
  }
  .bg-accent {
    background-color: var(--tb-accent);
  }
  .text-accent {
    color: var(--tb-accent);
  }
  .dark .text-brand {
    color: rgba(226,232,240,.96);
  }
  .reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 650ms ease, transform 650ms ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .tb-underline {
    position: relative;
    display: inline-block;
  }
  .tb-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.30rem;
    height: 0.22rem;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 700ms ease;
    background: var(--tb-accent);
    opacity: .95;
    border-radius: 999px;
  }
  .reveal.is-visible .tb-underline::after {
    transform: scaleX(1);
  }
  .tb-card {
    background: var(--tb-surface);
    border: 1px solid var(--tb-border);
    box-shadow: var(--tb-shadow);
    border-radius: 1.5rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    color: var(--tb-on-surface);
  }
  .tb-card:hover {
    transform: translateY(-2px);
    border-color: var(--tb-border-strong);
    box-shadow: var(--tb-shadow-hover);
  }
  .tb-muted {
    color: var(--tb-on-surface-muted);
  }
  .tb-surface-soft {
    background: var(--tb-surface-soft);
    border-color: var(--tb-border);
  }
  .tb-card-accent {
    position: relative;
    overflow: hidden;
  }
  .tb-card-accent::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    padding: 1px;
    background: linear-gradient(135deg, rgba(244,196,48,.75), rgba(15,23,42,.20));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .dark .tb-card-accent::before {
    background: linear-gradient(135deg, rgba(244,196,48,.65), rgba(226,232,240,.10));
  }
  .tb-glow {
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .tb-glow:hover {
    transform: translateY(-2px);
    box-shadow: var(--tb-shadow-hover);
  }
  .tb-btn {
    border-radius: .9rem;
    padding: .75rem 1.25rem;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
  }
  .tb-btn-primary {
    background: var(--tb-primary);
    color: var(--tb-on-primary);
    box-shadow: 0 0 0 2px rgba(244,196,48,.35) inset;
  }
  .tb-btn-primary:hover {
    opacity: .92;
    transform: translateY(-1px);
  }
  .tb-btn-secondary {
    background: rgba(255,255,255,.92);
    color: var(--tb-primary);
    border: 1px solid rgba(15,23,42,.18);
  }
  .tb-btn-secondary:hover {
    background: rgba(15,23,42,.03);
    transform: translateY(-1px);
  }
  .dark .tb-btn-secondary {
    background: rgba(226,232,240,.06);
    color: rgba(226,232,240,.92);
    border: 1px solid rgba(226,232,240,.14);
  }
  .dark .tb-btn-secondary:hover {
    background: rgba(226,232,240,.10);
  }
  .tb-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    padding: .45rem .9rem;
    font-weight: 700;
    font-size: .875rem;
    color: var(--tb-primary);
    border: 1px solid rgba(244,196,48,.35);
    background: rgba(244,196,48,.14);
  }
  .dark .tb-badge {
    color: rgba(226,232,240,.92);
    border: 1px solid rgba(244,196,48,.35);
    background: rgba(244,196,48,.10);
  }
  .dark [data-company-overlay] {
    background: rgba(0,0,0,.50) !important;
    backdrop-filter: blur(4px) !important;
  }
  .dark [data-company-panel] {
    background: rgba(11,18,32,.92) !important;
    border-color: rgba(226,232,240,.14) !important;
  }
  .tb-company-overlay {
    position: fixed;
    top: var(--tb-header-h, 72px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(15,23,42,.22);
    backdrop-filter: blur(3px);
  }
  .dark .tb-company-overlay {
    background: rgba(0,0,0,.50);
    backdrop-filter: blur(4px);
  }
  .tb-company-panel {
    position: fixed;
    left: 50%;
    top: calc(var(--tb-header-h, 72px) + 12px);
    transform: translateX(-50%) !important;
    z-index: 220;
    box-shadow: var(--tb-shadow-hover);
    max-height: min(78vh, calc(100vh - (var(--tb-header-h, 72px) + 40px)));
    overflow: auto;
  }
  .tb-company-panel:hover {
    transform: translateX(-50%) !important;
  }
  .tb-company-panel {
    border-color: rgba(15,23,42,.14);
  }
  .dark .tb-company-panel {
    background: rgba(11,18,32,.92);
    border-color: rgba(226,232,240,.14);
  }
  [data-company-panel] {
    border-color: rgba(15,23,42,.18) !important;
    box-shadow: 0 18px 46px rgba(15,23,42,.14);
  }
  .tb-tab {
    border-radius: .75rem;
    padding: .55rem 1rem;
    font-size: .875rem;
    font-weight: 800;
    border: 1px solid var(--tb-border);
    background: var(--tb-surface-soft);
    color: var(--tb-on-surface-muted);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease, opacity .15s ease;
  }
  .tb-tab:hover {
    transform: translateY(-1px);
    background: var(--tb-primary);
    border-color: rgba(244,196,48,.28);
    color: var(--tb-on-primary);
    box-shadow: 0 0 0 2px rgba(244,196,48,.22) inset;
  }
  .dark .tb-tab:hover {
    background: var(--tb-primary);
    border-color: rgba(244,196,48,.28);
    color: var(--tb-on-primary);
    box-shadow: 0 0 0 2px rgba(244,196,48,.22) inset;
  }
  .tb-tab-active {
    background: var(--tb-primary);
    border-color: rgba(244,196,48,.28);
    color: var(--tb-on-primary);
    box-shadow: 0 0 0 2px rgba(244,196,48,.22) inset;
  }
  .tb-label {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    color: var(--tb-on-surface-muted);
  }
  .tb-field {
    width: 100%;
    border-radius: .9rem;
    border: 1px solid var(--tb-field-border);
    background: var(--tb-field-bg);
    color: var(--tb-field-text);
    padding: .85rem 1rem;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
  }
  .tb-field::placeholder {
    color: var(--tb-field-placeholder);
  }
  .tb-field:focus {
    border-color: var(--tb-field-border-focus);
    box-shadow: 0 0 0 3px var(--tb-field-ring);
  }
  select.tb-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .dark select.tb-field {
    color-scheme: dark;
  }
  select.tb-field option {
    background: rgba(255,255,255,.98);
    color: rgba(15,23,42,.92);
  }
  .dark select.tb-field option {
    background: #0B1220;
    color: rgba(226,232,240,.94);
  }
  .tb-hero-right {
    background: var(--tb-hero-bg);
    border: 1px solid var(--tb-hero-border);
    box-shadow: var(--tb-shadow);
    color: var(--tb-hero-text);
  }
  .tb-hero-right-muted {
    color: var(--tb-hero-muted);
  }
  .tb-hero-feature {
    background: var(--tb-hero-card);
    border: 1px solid var(--tb-hero-card-border);
  }
  .tb-hero-panel {
    background: var(--tb-hero-panel);
    border: 1px solid var(--tb-hero-panel-border);
  }
  .tb-hero-cta {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.95);
    color: #0F172A;
  }
  .dark .tb-hero-cta {
    border-color: rgba(226,232,240,.16);
    background: rgba(226,232,240,.08);
    color: rgba(226,232,240,.92);
  }
  .tb-lock {
    overflow: hidden;
  }
  .tb-lock body {
    overflow: hidden;
  }
  .tb-cine {
    display: block;
    width: 100%;
    cursor: zoom-in;
    overflow: hidden;
  }
  .tb-cine-wrap {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
  }
  .tb-cine-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transform: scale(1.08) translateY(calc(var(--tb-par, 0) * 10px));
    transition: transform 900ms ease;
    will-change: transform;
  }
  @media (min-width:768px) {
    .tb-cine-img {
      height: 440px;
    }
  }
  .reveal.is-visible .tb-cine-img {
    transform: scale(1.02) translateY(calc(var(--tb-par, 0) * 10px));
  }
  .tb-cine:hover .tb-cine-img {
    transform: scale(1.06) translateY(calc(var(--tb-par, 0) * 10px));
  }
  .tb-cine-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,23,42,.72), rgba(15,23,42,.12) 60%, rgba(15,23,42,.35)), radial-gradient(900px 420px at 20% 10%, rgba(244,196,48,.18), transparent 55%);
    pointer-events: none;
  }
  .tb-cine-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: 720px;
    pointer-events: none;
  }
  .tb-lightbox {
    position: fixed;
    inset: 0;
    z-index: 600;
  }
  .tb-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(6px);
  }
  .tb-lightbox-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1100px, 92vw);
    max-height: 92vh;
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 30px 90px rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(8,12,20,.78);
  }
  .tb-lightbox-img {
    width: 100%;
    height: auto;
    max-height: 92vh;
    object-fit: contain;
    display: block;
  }
  .tb-lightbox-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.35);
    color: rgba(255,255,255,.92);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, background-color .15s ease, opacity .15s ease;
  }
  .tb-lightbox-close:hover {
    transform: translateY(-1px);
    background: rgba(0,0,0,.50);
  }
  .tb-lock {
    overflow: hidden;
  }
  .tb-lock body {
    overflow: hidden;
  }
  #tb-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 510;
  }
  #tb-mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .dark #tb-mobile-menu-backdrop {
    background: rgba(0,0,0,.55);
  }
  #tb-mobile-menu-drawer {
    position: absolute;
    right: 12px;
    top: 12px;
    height: calc(100% - 24px);
    width: min(420px, 94vw);
    border-radius: 1.25rem;
    overflow: auto;
    background: var(--tb-surface);
    border: 1px solid var(--tb-border);
    box-shadow: var(--tb-shadow-hover);
  }
  .dark #tb-mobile-menu-drawer {
    background: rgba(11,18,32,.96);
    border-color: rgba(226,232,240,.14);
  }
  #tb-mobile-menu-drawer::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.25rem;
    padding: 1px;
    background: linear-gradient(135deg, rgba(244,196,48,.70), rgba(15,23,42,.20));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .dark #tb-mobile-menu-drawer::before {
    background: linear-gradient(135deg, rgba(244,196,48,.60), rgba(226,232,240,.10));
  }
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
