/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-emerald-950: oklch(26.2% 0.051 172.552);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-rose-900: oklch(41% 0.159 10.272);
    --color-rose-950: oklch(27.1% 0.105 12.094);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-md: 12px;
    --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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .\@container-size {
    container-type: size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .left-0\.5 {
    left: calc(var(--spacing) * 0.5);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .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;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-11 {
    min-width: calc(var(--spacing) * 11);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-0 {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  :where(.space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :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-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :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)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-6 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-7 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 7) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-black > :not(:last-child)) {
    border-color: var(--color-black);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-amber-500\/30 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
    }
  }
  .border-amber-500\/40 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 40%, transparent);
    }
  }
  .border-amber-500\/50 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 50%, transparent);
    }
  }
  .border-amber-500\/60 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 60%, transparent);
    }
  }
  .border-amber-500\/80 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 80%, transparent);
    }
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-emerald-300 {
    border-color: var(--color-emerald-300);
  }
  .border-rose-300 {
    border-color: var(--color-rose-300);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-200\/80 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 80%, transparent);
    }
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-slate-700\/60 {
    border-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-700) 60%, transparent);
    }
  }
  .border-slate-800 {
    border-color: var(--color-slate-800);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-amber-500\/10 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .bg-amber-500\/20 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-emerald-500\/20 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-100\/90 {
    background-color: color-mix(in srgb, oklch(96.7% 0.003 264.542) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-100) 90%, transparent);
    }
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-rose-100 {
    background-color: var(--color-rose-100);
  }
  .bg-rose-600 {
    background-color: var(--color-rose-600);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-slate-900\/90 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 90%, transparent);
    }
  }
  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .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);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .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-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-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-\[1\.5\] {
    --tw-tracking: 1.5;
    letter-spacing: 1.5;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .wrap-anywhere {
    overflow-wrap: anywhere;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-amber-300 {
    color: var(--color-amber-300);
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-emerald-500 {
    color: var(--color-emerald-500);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-emerald-900 {
    color: var(--color-emerald-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-rose-400 {
    color: var(--color-rose-400);
  }
  .text-rose-500 {
    color: var(--color-rose-500);
  }
  .text-rose-600 {
    color: var(--color-rose-600);
  }
  .text-rose-700 {
    color: var(--color-rose-700);
  }
  .text-rose-900 {
    color: var(--color-rose-900);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-slate-950 {
    color: var(--color-slate-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-\[0\.03\] {
    opacity: 0.03;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    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,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[catalog\:google-font-licenses\] {
    catalog: google-font-licenses;
  }
  .\[catalog\:google-fonts\] {
    catalog: google-fonts;
  }
  .\[catalog\:phosphor\] {
    catalog: phosphor;
  }
  .\[catalog\:summary\] {
    catalog: summary;
  }
  .\[content-visibility\:auto\] {
    content-visibility: auto;
  }
  @media (hover: hover) {
    .group-hover\:text-amber-600:is(:where(.group):hover *) {
      color: var(--color-amber-600);
    }
  }
  .peer-checked\:translate-x-5:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:bg-amber-500:is(:where(.peer):checked ~ *) {
    background-color: var(--color-amber-500);
  }
  .selection\:bg-amber-500 ::selection {
    background-color: var(--color-amber-500);
  }
  .selection\:bg-amber-500::selection {
    background-color: var(--color-amber-500);
  }
  .selection\:text-slate-950 ::selection {
    color: var(--color-slate-950);
  }
  .selection\:text-slate-950::selection {
    color: var(--color-slate-950);
  }
  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:border-amber-500:hover {
      border-color: var(--color-amber-500);
    }
    .hover\:border-rose-500:hover {
      border-color: var(--color-rose-500);
    }
    .hover\:bg-amber-400:hover {
      background-color: var(--color-amber-400);
    }
    .hover\:bg-amber-500\/20:hover {
      background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-amber-500\/20:hover {
        background-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
      }
    }
    .hover\:bg-red-400:hover {
      background-color: var(--color-red-400);
    }
    .hover\:bg-rose-500:hover {
      background-color: var(--color-rose-500);
    }
    .hover\:bg-rose-500\/20:hover {
      background-color: color-mix(in srgb, oklch(64.5% 0.246 16.439) 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-rose-500\/20:hover {
        background-color: color-mix(in oklab, var(--color-rose-500) 20%, transparent);
      }
    }
    .hover\:bg-slate-300:hover {
      background-color: var(--color-slate-300);
    }
    .hover\:bg-slate-700:hover {
      background-color: var(--color-slate-700);
    }
    .hover\:bg-slate-800:hover {
      background-color: var(--color-slate-800);
    }
    .hover\:bg-white\/10:hover {
      background-color: color-mix(in srgb, #fff 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    .hover\:text-amber-400:hover {
      color: var(--color-amber-400);
    }
    .hover\:text-amber-600:hover {
      color: var(--color-amber-600);
    }
    .hover\:text-slate-900:hover {
      color: var(--color-slate-900);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:border-amber-500:focus {
    border-color: var(--color-amber-500);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:translate-x-\[2px\]:active {
    --tw-translate-x: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:translate-y-\[2px\]:active {
    --tw-translate-y: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .active\:bg-black:active {
    background-color: var(--color-black);
  }
  .active\:text-white:active {
    color: var(--color-white);
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:flex-1 {
      flex: 1;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .sm\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .md\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:block {
      display: block;
    }
    .dark\:hidden {
      display: none;
    }
    .dark\:translate-x-7 {
      --tw-translate-x: calc(var(--spacing) * 7);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .dark\:translate-x-8 {
      --tw-translate-x: calc(var(--spacing) * 8);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .dark\:border-amber-700 {
      border-color: var(--color-amber-700);
    }
    .dark\:border-amber-700\/60 {
      border-color: color-mix(in srgb, oklch(55.5% 0.163 48.998) 60%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:border-amber-700\/60 {
        border-color: color-mix(in oklab, var(--color-amber-700) 60%, transparent);
      }
    }
    .dark\:border-amber-800 {
      border-color: var(--color-amber-800);
    }
    .dark\:border-emerald-700 {
      border-color: var(--color-emerald-700);
    }
    .dark\:border-rose-700 {
      border-color: var(--color-rose-700);
    }
    .dark\:border-slate-700 {
      border-color: var(--color-slate-700);
    }
    .dark\:border-slate-800 {
      border-color: var(--color-slate-800);
    }
    .dark\:border-slate-800\/80 {
      border-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 80%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:border-slate-800\/80 {
        border-color: color-mix(in oklab, var(--color-slate-800) 80%, transparent);
      }
    }
    .dark\:bg-amber-400 {
      background-color: var(--color-amber-400);
    }
    .dark\:bg-amber-500 {
      background-color: var(--color-amber-500);
    }
    .dark\:bg-amber-950 {
      background-color: var(--color-amber-950);
    }
    .dark\:bg-amber-950\/20 {
      background-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-amber-950\/20 {
        background-color: color-mix(in oklab, var(--color-amber-950) 20%, transparent);
      }
    }
    .dark\:bg-amber-950\/60 {
      background-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 60%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-amber-950\/60 {
        background-color: color-mix(in oklab, var(--color-amber-950) 60%, transparent);
      }
    }
    .dark\:bg-amber-950\/70 {
      background-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 70%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-amber-950\/70 {
        background-color: color-mix(in oklab, var(--color-amber-950) 70%, transparent);
      }
    }
    .dark\:bg-amber-950\/80 {
      background-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 80%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-amber-950\/80 {
        background-color: color-mix(in oklab, var(--color-amber-950) 80%, transparent);
      }
    }
    .dark\:bg-emerald-950 {
      background-color: var(--color-emerald-950);
    }
    .dark\:bg-emerald-950\/80 {
      background-color: color-mix(in srgb, oklch(26.2% 0.051 172.552) 80%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-emerald-950\/80 {
        background-color: color-mix(in oklab, var(--color-emerald-950) 80%, transparent);
      }
    }
    .dark\:bg-rose-950 {
      background-color: var(--color-rose-950);
    }
    .dark\:bg-rose-950\/60 {
      background-color: color-mix(in srgb, oklch(27.1% 0.105 12.094) 60%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-rose-950\/60 {
        background-color: color-mix(in oklab, var(--color-rose-950) 60%, transparent);
      }
    }
    .dark\:bg-rose-950\/80 {
      background-color: color-mix(in srgb, oklch(27.1% 0.105 12.094) 80%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-rose-950\/80 {
        background-color: color-mix(in oklab, var(--color-rose-950) 80%, transparent);
      }
    }
    .dark\:bg-slate-700 {
      background-color: var(--color-slate-700);
    }
    .dark\:bg-slate-800 {
      background-color: var(--color-slate-800);
    }
    .dark\:bg-slate-900 {
      background-color: var(--color-slate-900);
    }
    .dark\:bg-slate-950 {
      background-color: var(--color-slate-950);
    }
    .dark\:bg-slate-950\/60 {
      background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 60%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-slate-950\/60 {
        background-color: color-mix(in oklab, var(--color-slate-950) 60%, transparent);
      }
    }
    .dark\:bg-slate-950\/90 {
      background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 90%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-slate-950\/90 {
        background-color: color-mix(in oklab, var(--color-slate-950) 90%, transparent);
      }
    }
    .dark\:text-amber-300 {
      color: var(--color-amber-300);
    }
    .dark\:text-amber-400 {
      color: var(--color-amber-400);
    }
    .dark\:text-emerald-300 {
      color: var(--color-emerald-300);
    }
    .dark\:text-emerald-400 {
      color: var(--color-emerald-400);
    }
    .dark\:text-red-400 {
      color: var(--color-red-400);
    }
    .dark\:text-rose-300 {
      color: var(--color-rose-300);
    }
    .dark\:text-rose-400 {
      color: var(--color-rose-400);
    }
    .dark\:text-slate-100 {
      color: var(--color-slate-100);
    }
    .dark\:text-slate-200 {
      color: var(--color-slate-200);
    }
    .dark\:text-slate-300 {
      color: var(--color-slate-300);
    }
    .dark\:text-slate-400 {
      color: var(--color-slate-400);
    }
    .dark\:text-slate-600 {
      color: var(--color-slate-600);
    }
    .dark\:text-slate-950 {
      color: var(--color-slate-950);
    }
    .dark\:text-white {
      color: var(--color-white);
    }
    @media (hover: hover) {
      .dark\:group-hover\:text-amber-400:is(:where(.group):hover *) {
        color: var(--color-amber-400);
      }
      .dark\:hover\:border-amber-500:hover {
        border-color: var(--color-amber-500);
      }
      .dark\:hover\:bg-slate-700:hover {
        background-color: var(--color-slate-700);
      }
      .dark\:hover\:text-amber-400:hover {
        color: var(--color-amber-400);
      }
    }
  }
}
@import url('https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&display=swap');
:root, body.signal-board {
  --bg-base: #090A0F;
  --bg-surface: #0E121B;
  --bg-surface-elevated: #121722;
  --bg-surface-hover: #181E2C;
  --ink: #F8FAFC;
  --ink-dim: #94A3B8;
  --ink-faint: #64748B;
  --signal: #3B82F6;
  --signal-glow: rgba(59, 130, 246, 0.25);
  --signal-dim: rgba(59, 130, 246, 0.12);
  --relay: #10B981;
  --relay-glow: rgba(16, 185, 129, 0.25);
  --relay-dim: rgba(16, 185, 129, 0.12);
  --border-line: rgba(255, 255, 255, 0.08);
  --border-line-hover: rgba(59, 130, 246, 0.35);
  --font-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-data: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --type-xs: 12px;
  --type-sm: 14px;
  --type-base: 16px;
  --type-md: 20px;
  --type-lg: 32px;
  --type-xl: 52px;
  --ease-sharp: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-quick: 180ms;
  --dur-reveal: 400ms;
}
body.signal-board {
  --ink: #F8FAFC;
  --ink-dim: #94A3B8;
  --ink-faint: #64748B;
  --bg-base: #090A0F;
  --bg-surface: #0E121B;
  --bg-surface-elevated: #121722;
  --bg-surface-hover: #181E2C;
  --border-line: rgba(255, 255, 255, 0.08);
  --border-line-hover: rgba(59, 130, 246, 0.4);
  background-color: #090A0F;
  color: #F8FAFC;
  font-family: var(--font-body);
  font-size: var(--type-base);
  line-height: 1.68;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.signal-board *, .signal-board *::before, .signal-board *::after {
  box-sizing: border-box;
}
.signal-board a {
  color: inherit;
  text-decoration: none;
  transition: color var(--dur-quick) var(--ease-sharp);
}
.signal-board a:focus-visible, .signal-board button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.sb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(20, 24, 31, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-line);
}
.sb-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sb-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.sb-brand-avatar {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border-line);
  background: var(--bg-surface);
}
.sb-brand-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-brand-text {
  display: flex;
  flex-direction: column;
}
.sb-brand-name {
  font-family: var(--font-display);
  font-size: var(--type-sm);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.sb-brand-sub {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
}
.sb-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sb-nav-link {
  font-family: var(--font-display);
  font-size: var(--type-sm);
  color: var(--ink-dim);
  font-weight: 500;
  position: relative;
  padding: 0.25rem 0;
}
.sb-nav-link:hover, .sb-nav-link.is-active {
  color: var(--ink);
}
.sb-nav-link.is-active::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--signal);
}
.sb-hire-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-data);
  font-size: var(--type-xs);
  font-weight: 600;
  color: var(--bg-base);
  background-color: var(--signal);
  padding: 0.5rem 1.1rem;
  border-radius: 4px;
  transition: transform var(--dur-quick) var(--ease-sharp), filter var(--dur-quick) var(--ease-sharp);
}
.sb-hire-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}
.sb-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 2rem 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 3.5rem;
  align-items: start;
}
.sb-content-col {
  max-width: 76ch;
  min-width: 0;
}
.sb-status-rail {
  position: sticky;
  top: 5.5rem;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 6px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sb-rail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-line);
  padding-bottom: 0.85rem;
}
.sb-rail-title {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sb-rail-indicator {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--relay);
}
.sb-pulse-dot {
  width: 7px;
  height: 7px;
  background-color: var(--relay);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--relay-glow);
  animation: sbPulse 2.4s infinite ease-in-out;
}
@keyframes sbPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.6;
  }
}
.sb-rail-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.sb-rail-label {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
}
.sb-rail-val {
  font-family: var(--font-display);
  font-size: var(--type-sm);
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}
.sb-rail-val.data-val {
  font-family: var(--font-data);
  font-size: var(--type-sm);
  color: var(--relay);
}
.sb-rail-val a:hover {
  color: var(--signal);
}
.sb-rail-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid var(--border-line);
  padding-top: 1.25rem;
}
.sb-rail-link-item {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sb-rail-link-item:hover {
  color: var(--signal);
}
.sb-rail-link-item svg {
  width: 13px;
  height: 13px;
  stroke-width: 1.8;
}
.sb-hero {
  position: relative;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--border-line);
  margin-bottom: 4rem;
}
.sb-hero-grid {
  position: relative;
}
.sb-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 60ch;
}
.sb-hero-name {
  font-family: var(--font-display) !important;
  font-size: clamp(2.5rem, 5vw, 3.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  color: #F8FAFC !important;
  margin: 0 0 0.6rem 0 !important;
  text-align: left !important;
}
.sb-hero-role {
  font-family: var(--font-display) !important;
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  color: #60A5FA !important;
  margin: 0 0 1.25rem 0 !important;
  text-align: left !important;
}
.sb-hero-ethos {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-data);
  font-size: 12px;
  color: #93C5FD;
  background-color: rgba(59, 130, 246, 0.08);
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(59, 130, 246, 0.25);
  margin-bottom: 1.75rem;
}
.sb-hero-ethos span.arrow {
  color: #60A5FA;
}
.sb-hero-bio {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  color: #94A3B8 !important;
  line-height: 1.75 !important;
  margin: 0 0 2rem 0 !important;
}
.sb-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sb-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  background-color: #F8FAFC !important;
  color: #090A0F !important;
  padding: 0.75rem 1.6rem;
  border-radius: 9999px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  transition: all 180ms ease;
  cursor: pointer;
}
.sb-cta-primary:hover {
  transform: translateY(-1px);
  background-color: #FFFFFF !important;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}
.sb-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 500;
  color: #F8FAFC !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.75rem 1.6rem;
  border-radius: 9999px;
  transition: all 180ms ease;
}
.sb-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--ink);
}
.sb-hero-graph-container {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 480px;
  height: 380px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}
.sb-network-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.sb-net-edge {
  stroke: var(--relay);
  stroke-width: 1.4;
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
  opacity: 0.45;
  transition: opacity var(--dur-quick) var(--ease-sharp);
}
.sb-net-node {
  fill: var(--bg-surface);
  stroke: var(--signal);
  stroke-width: 2;
  transition: transform var(--dur-quick) var(--ease-sharp), fill var(--dur-quick) var(--ease-sharp);
}
.sb-net-node.relay {
  stroke: var(--relay);
}
.sb-net-pulse {
  fill: var(--signal-glow);
}
.sb-net-label {
  font-family: var(--font-data);
  font-size: 11px;
  fill: var(--ink-dim);
  letter-spacing: 0.02em;
}
.sb-section {
  margin-bottom: 4.5rem;
}
.sb-section-eyebrow {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.sb-section-title {
  font-family: var(--font-display);
  font-size: var(--type-lg);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 0 0 2rem 0;
  text-align: left;
}
.sb-featured-post {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 6px;
  padding: 2.25rem;
  margin-bottom: 2rem;
  position: relative;
  transition: border-color var(--dur-quick) var(--ease-sharp), transform var(--dur-quick) var(--ease-sharp);
}
.sb-featured-post:hover {
  border-color: var(--border-line-hover);
  transform: translateY(-2px);
}
.sb-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--signal);
  margin-bottom: 1rem;
}
.sb-featured-title {
  font-family: var(--font-display);
  font-size: var(--type-md);
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 1rem 0;
}
.sb-featured-title a:hover {
  color: var(--signal);
}
.sb-featured-excerpt {
  font-family: var(--font-body);
  font-size: var(--type-base);
  color: var(--ink-dim);
  line-height: 1.68;
  margin: 0 0 1.5rem 0;
}
.sb-featured-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-line);
  padding-top: 1.25rem;
}
.sb-meta-data {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sb-read-link {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--signal);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}
.sb-read-link:hover {
  color: #f3be73;
}
.sb-posts-rows {
  display: flex;
  flex-direction: column;
}
.sb-post-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1.75rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--border-line);
  transition: background-color var(--dur-quick) var(--ease-sharp);
}
.sb-post-row:last-child {
  border-bottom: 1px solid var(--border-line);
}
.sb-post-row:hover .sb-row-title {
  color: var(--signal);
}
.sb-row-date {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  padding-top: 0.2rem;
}
.sb-row-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.sb-row-title {
  font-family: var(--font-display);
  font-size: var(--type-base);
  font-weight: 600;
  color: var(--ink);
  transition: color var(--dur-quick) var(--ease-sharp);
}
.sb-row-excerpt {
  font-family: var(--font-body);
  font-size: var(--type-sm);
  color: var(--ink-dim);
  line-height: 1.55;
}
.sb-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--relay);
  margin-top: 1.5rem;
}
.sb-archive-link:hover {
  color: var(--signal);
}
.sb-profile-block {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 3.5rem;
}
.sb-profile-photo-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border-line);
  background-color: var(--bg-surface);
}
.sb-profile-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(12%) contrast(1.05);
}
.sb-profile-bio {
  font-family: var(--font-body);
  font-size: var(--type-base);
  color: var(--ink);
  line-height: 1.75;
}
.sb-profile-bio p {
  margin: 0 0 1rem 0;
}
.sb-profile-bio p:last-child {
  margin-bottom: 0;
}
.sb-methodology-wrapper {
  position: relative;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 6px;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
}
.sb-methodology-header {
  margin-bottom: 2.25rem;
}
.sb-methodology-title {
  font-family: var(--font-display);
  font-size: var(--type-md);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.5rem 0;
}
.sb-methodology-sub {
  font-family: var(--font-body);
  font-size: var(--type-sm);
  color: var(--ink-dim);
}
.sb-methodology-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sb-step-track {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: var(--border-line);
  z-index: 1;
}
.sb-step-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--signal);
  box-shadow: 0 0 8px var(--signal-glow);
  transition: width 0.1s linear;
}
.sb-method-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.sb-step-number-box {
  width: 42px;
  height: 42px;
  background-color: var(--bg-surface);
  border: 2px solid var(--border-line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-data);
  font-size: var(--type-xs);
  font-weight: 600;
  color: var(--signal);
  margin-bottom: 1.25rem;
  transition: border-color var(--dur-quick) var(--ease-sharp), background-color var(--dur-quick) var(--ease-sharp);
}
.sb-method-step.is-active .sb-step-number-box {
  border-color: var(--signal);
  background-color: var(--signal-dim);
}
.sb-step-name {
  font-family: var(--font-display);
  font-size: var(--type-base);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.5rem 0;
}
.sb-step-desc {
  font-family: var(--font-body);
  font-size: var(--type-sm);
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 0;
}
.sb-skills-clusters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.sb-cluster-panel {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 6px;
  padding: 1.75rem;
  transition: border-color var(--dur-quick) var(--ease-sharp);
}
.sb-cluster-panel:hover {
  border-color: var(--border-line-hover);
}
.sb-cluster-name {
  font-family: var(--font-display);
  font-size: var(--type-sm);
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.sb-cluster-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--signal);
}
.sb-cluster-dot.relay {
  background-color: var(--relay);
}
.sb-cluster-nodes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.sb-skill-node {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
  background-color: var(--bg-base);
  border: 1px solid var(--border-line);
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
  transition: color var(--dur-quick) var(--ease-sharp), border-color var(--dur-quick) var(--ease-sharp), background-color var(--dur-quick) var(--ease-sharp), transform var(--dur-quick) var(--ease-sharp);
  cursor: default;
}
.sb-skill-node:hover {
  color: var(--ink);
  border-color: var(--signal);
  background-color: var(--signal-dim);
  transform: translateY(-1px);
}
.sb-footer {
  border-top: 1px solid var(--border-line);
  padding: 3rem 0;
  margin-top: 5rem;
}
.sb-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sb-footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.sb-footer-copy {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
}
.sb-footer-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.sb-footer-link {
  font-family: var(--font-data);
  font-size: var(--type-xs);
  color: var(--ink-dim);
}
.sb-footer-link:hover {
  color: var(--signal);
}
@media (max-width: 1024px) {
  .sb-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .sb-status-rail {
    position: static;
    order: -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    padding: 1.25rem;
  }
  .sb-rail-header {
    grid-column: 1 / -1;
  }
  .sb-rail-links {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .sb-hero-graph-container {
    opacity: 0.35;
    right: -100px;
    top: 50px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .sb-header-inner {
    padding: 1rem 1.25rem;
  }
  .sb-nav {
    display: none;
  }
  .sb-layout {
    padding: 1.5rem 1.25rem 3rem;
  }
  .sb-hero-name {
    font-size: 38px;
  }
  .sb-hero-role {
    font-size: 18px;
  }
  .sb-profile-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sb-profile-photo-wrap {
    max-width: 180px;
  }
  .sb-methodology-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sb-step-track {
    display: none;
  }
  .sb-skills-clusters {
    grid-template-columns: 1fr;
  }
  .sb-post-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .sb-hero-graph-container {
    display: none;
  }
}
.sb-velocity-section {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
  padding: 2.25rem 2rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.sb-velocity-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--signal), var(--relay), transparent);
}
.sb-velocity-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.sb-velocity-title-wrap {
  max-width: 480px;
}
.sb-velocity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #38BDF8;
  padding: 0.25rem 0.65rem;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.sb-velocity-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.sb-velocity-sub {
  font-size: 13.5px;
  color: var(--ink-dim);
  line-height: 1.55;
}
.sb-velocity-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.sb-speed-gauge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-line);
  border-radius: 9999px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--ink-dim);
}
.sb-speed-val {
  color: #F59E0B;
  font-weight: 700;
  min-width: 65px;
}
.sb-gear-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.95rem;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid var(--border-line);
  background: var(--bg-surface-elevated);
  color: var(--ink-dim);
  cursor: pointer;
  transition: all var(--dur-quick) var(--ease-sharp);
}
.sb-gear-btn:hover {
  background: var(--bg-surface-hover);
  color: var(--ink);
  border-color: var(--signal);
}
.sb-gear-btn.is-active {
  background: var(--signal);
  color: #FFFFFF;
  border-color: var(--signal);
  box-shadow: 0 0 16px var(--signal-glow);
}
.sb-ticker-container {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.sb-ticker-lane {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  will-change: transform;
}
.sb-ticker-lane.forward {
  animation: sbTickerForward 34s linear infinite;
}
.sb-ticker-lane.reverse {
  animation: sbTickerReverse 38s linear infinite;
}
.sb-ticker-lane.turbo {
  animation-duration: 14s !important;
}
.sb-ticker-lane.warp {
  animation-duration: 6.5s !important;
}
@keyframes sbTickerForward {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes sbTickerReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.sb-ticker-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-line);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-dim);
  white-space: nowrap;
  transition: all var(--dur-quick) var(--ease-sharp);
}
.sb-ticker-chip:hover {
  background: var(--bg-surface-hover);
  color: var(--ink);
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
}
.sb-ticker-chip svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  color: var(--signal);
  flex-shrink: 0;
}
.sb-pipeline-section {
  position: relative;
  margin-top: 4.5rem;
  margin-bottom: 4rem;
  padding: 2.5rem 2rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.sb-pipeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--relay), var(--signal), transparent);
}
.sb-pipeline-hud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-line);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-block: 2rem;
}
.sb-hud-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sb-hud-label {
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.sb-hud-val {
  font-family: var(--font-data);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.sb-hud-val.glow-signal {
  color: #38BDF8;
}
.sb-hud-val.glow-amber {
  color: #F59E0B;
}
.sb-hud-val.glow-relay {
  color: #10B981;
}
.sb-pipeline-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sb-btn-sim {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 9999px;
  background: var(--signal);
  color: #FFFFFF;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--dur-quick) var(--ease-sharp);
  box-shadow: 0 0 16px var(--signal-glow);
}
.sb-btn-sim:hover {
  background: #2563EB;
  transform: translateY(-1px);
}
.sb-btn-reset {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.15rem;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 9999px;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-line);
  color: var(--ink-dim);
  cursor: pointer;
  transition: all var(--dur-quick) var(--ease-sharp);
}
.sb-btn-reset:hover {
  background: var(--bg-surface-hover);
  color: var(--ink);
}
.sb-pipeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.25rem;
}
.sb-pipeline-node {
  position: relative;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-line);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all var(--dur-quick) var(--ease-sharp);
  overflow: hidden;
}
.sb-pipeline-node:hover {
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
}
.sb-pipeline-node.is-active {
  border-color: #38BDF8;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}
.sb-pipeline-node.is-done {
  border-color: rgba(16, 185, 129, 0.4);
}
.sb-node-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.sb-node-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--signal);
  transition: all var(--dur-quick) var(--ease-sharp);
}
.sb-pipeline-node.is-active .sb-node-icon {
  background: var(--signal);
  color: #FFFFFF;
}
.sb-pipeline-node.is-done .sb-node-icon {
  background: var(--relay);
  color: #FFFFFF;
}
.sb-node-badge {
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-line);
  color: var(--ink-faint);
  text-transform: uppercase;
}
.sb-pipeline-node.is-active .sb-node-badge {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38BDF8;
  color: #38BDF8;
}
.sb-pipeline-node.is-done .sb-node-badge {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--relay);
  color: var(--relay);
}
.sb-node-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.35rem;
  line-height: 1.35;
}
.sb-node-desc {
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.45;
  margin-bottom: 1rem;
}
.sb-node-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
}
.sb-node-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #38BDF8, #10B981);
  transition: width 0.35s ease;
  border-radius: 2px;
}
.sb-pipeline-node.is-active .sb-node-bar-fill {
  width: 65%;
  animation: pulse-fill 1.5s infinite alternate;
}
.sb-pipeline-node.is-done .sb-node-bar-fill {
  width: 100%;
}
@keyframes pulse-fill {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 4px #38BDF8);
  }
}
.sb-pipeline-terminal {
  background: #06070B;
  border: 1px solid var(--border-line);
  border-radius: 12px;
  overflow: hidden;
  font-family: var(--font-data);
}
.sb-terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1.15rem;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--border-line);
}
.sb-terminal-dots {
  display: flex;
  gap: 5px;
}
.sb-terminal-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.sb-terminal-dot.red {
  background: #EF4444;
}
.sb-terminal-dot.yellow {
  background: #F59E0B;
}
.sb-terminal-dot.green {
  background: #10B981;
}
.sb-terminal-title {
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.04em;
}
.sb-terminal-body {
  padding: 1.15rem;
  max-height: 180px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 1.6;
  color: #E2E8F0;
  -webkit-overflow-scrolling: touch;
}
.sb-terminal-line {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.3rem;
}
.sb-terminal-time {
  color: var(--ink-faint);
  flex-shrink: 0;
}
.sb-terminal-text .tag-ok {
  color: #10B981;
  font-weight: 600;
}
.sb-terminal-text .tag-info {
  color: #38BDF8;
  font-weight: 600;
}
.sb-terminal-text .tag-ai {
  color: #F59E0B;
  font-weight: 600;
}
.sb-terminal-cursor {
  display: inline-block;
  width: 6px;
  height: 13px;
  background: #10B981;
  vertical-align: middle;
  margin-left: 4px;
  animation: blink 1s step-end infinite;
}
@media (max-width: 1024px) {
  .sb-pipeline-hud {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-pipeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sb-velocity-section, .sb-pipeline-section {
    padding: 1.5rem 1.25rem;
    margin-block: 2.5rem;
  }
  .sb-velocity-header {
    flex-direction: column;
    align-items: stretch;
  }
  .sb-pipeline-hud {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }
  .sb-pipeline-grid {
    grid-template-columns: 1fr;
  }
  .sb-gear-btn, .sb-btn-sim, .sb-btn-reset {
    min-height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .sb-pulse-dot {
    animation: none !important;
  }
  .sb-net-edge {
    stroke-dashoffset: 0 !important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/playfair-800.woff2') format('woff2');
}
:root {
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --bg: #FAFAF9;
  --bg-subtle: #F4F3F0;
  --bg-raised: #FFFFFF;
  --border: rgba(0, 0, 0, 0.08);
  --border-mid: rgba(0, 0, 0, 0.12);
  --ink: #111110;
  --ink-2: #3C3B38;
  --ink-3: #78716C;
  --ink-4: #A8A29E;
  --gold: #C47B1A;
  --gold-light: #F0B429;
  --gold-bg: rgba(196, 123, 26, 0.08);
  --teal: #0D9488;
  --teal-bg: rgba(13, 148, 136, 0.08);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.07), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.10), 0 8px 24px rgba(0,0,0,0.05);
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-full: 999px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --dur-fast: 180ms;
  --dur-base: 280ms;
  --dur-slow: 460ms;
}
html.dark {
  --bg: #0E0E0C;
  --bg-subtle: #161613;
  --bg-raised: #1C1C19;
  --border: rgba(255, 255, 255, 0.07);
  --border-mid: rgba(255, 255, 255, 0.11);
  --ink: #F5F5F0;
  --ink-2: #C9C8C2;
  --ink-3: #8A8880;
  --ink-4: #5A5855;
  --gold: #F0B429;
  --gold-light: #FCD34D;
  --gold-bg: rgba(240, 180, 41, 0.10);
  --teal: #2DD4BF;
  --teal-bg: rgba(45, 212, 191, 0.10);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.28), 0 2px 6px rgba(0,0,0,0.18);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.36), 0 4px 12px rgba(0,0,0,0.22);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.48), 0 8px 24px rgba(0,0,0,0.3);
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.36s var(--ease-out), color 0.36s var(--ease-out);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
::selection {
  background: var(--gold-light);
  color: #111;
}
.container {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}
.scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transform-origin: left;
  transform: scaleX(0);
  z-index: 9999;
  pointer-events: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 249, 0.84);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--border);
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
html.dark .site-header {
  background: rgba(14, 14, 12, 0.84);
}
.site-header.scrolled {
  box-shadow: var(--shadow-sm);
}
.header-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
  height: 68px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.brand-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border-mid);
  flex-shrink: 0;
  transition: border-color var(--dur-base) var(--ease-out);
}
.brand-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand:hover .brand-avatar {
  border-color: var(--gold);
}
.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.brand-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--ink-3);
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-inline: auto;
}
.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-3);
  padding: 0.375rem 0.75rem;
  border-radius: var(--r-sm);
  transition: color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.nav-link:hover {
  color: var(--ink);
  background: var(--bg-subtle);
}
.nav-link.is-active {
  color: var(--ink);
  font-weight: 600;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.theme-btn {
  width: 52px;
  height: 28px;
  border-radius: var(--r-full);
  background: var(--bg-subtle);
  border: 1px solid var(--border-mid);
  padding: 2px;
  transition: background var(--dur-base) var(--ease-out);
  cursor: pointer;
}
.theme-btn-track {
  display: block;
  position: relative;
  height: 100%;
}
.theme-btn-knob {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bg-raised);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s var(--ease-out), background 0.3s;
}
html.dark .theme-btn-knob {
  transform: translateX(24px);
  background: var(--gold);
}
.theme-btn-knob svg {
  width: 12px;
  height: 12px;
}
.icon-sun {
  color: var(--gold);
}
.icon-moon {
  color: var(--ink);
  display: none;
}
html.dark .icon-sun {
  display: none;
}
html.dark .icon-moon {
  display: block;
  color: var(--ink);
}
.btn-hire {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--bg-raised);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-full);
  padding: 0.4rem 0.9rem;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  transition: all var(--dur-base) var(--ease-out);
}
.btn-hire svg {
  width: 13px;
  height: 13px;
  transition: transform var(--dur-fast) var(--ease-out);
}
.btn-hire:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-bg);
}
.btn-hire:hover svg {
  transform: translateX(2px);
}
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: auto;
}
.mobile-menu-btn span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--ink-2);
  border-radius: 2px;
  transition: all var(--dur-base) var(--ease-out);
}
.mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}
.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 0.75rem clamp(1.25rem, 5vw, 2.5rem) 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
  overflow: hidden;
}
.mobile-nav.is-open {
  display: flex;
}
.mobile-nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-2);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--dur-fast);
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover, .mobile-nav a.is-active {
  color: var(--ink);
}
.mobile-hire {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0.75rem;
  font-weight: 600 !important;
  color: var(--gold) !important;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: var(--ink);
  border: 1px solid transparent;
  border-radius: var(--r-full);
  padding: 0.65rem 1.25rem;
  white-space: nowrap;
  box-shadow: var(--shadow-md);
  transition: all var(--dur-base) var(--ease-out);
  cursor: pointer;
}
html.dark .btn-primary {
  background: var(--gold);
  color: #0E0E0C;
}
.btn-primary svg {
  width: 14px;
  height: 14px;
  transition: transform var(--dur-fast) var(--ease-out);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}
.btn-primary:hover svg {
  transform: translateX(3px);
}
.btn-primary:active {
  transform: scale(0.97);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-2);
  background: transparent;
  border: 1px solid var(--border-mid);
  border-radius: var(--r-full);
  padding: 0.65rem 1.25rem;
  white-space: nowrap;
  transition: all var(--dur-base) var(--ease-out);
  cursor: pointer;
}
.btn-ghost:hover {
  background: var(--bg-subtle);
  color: var(--ink);
  border-color: var(--border);
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-mid);
  color: var(--ink-3);
  background: transparent;
  transition: all var(--dur-base) var(--ease-out);
  cursor: pointer;
  flex-shrink: 0;
}
.btn-icon svg {
  width: 17px;
  height: 17px;
}
.btn-icon:hover {
  background: var(--bg-subtle);
  color: var(--ink);
  border-color: var(--gold);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 68px);
  display: flex;
  flex-direction: column;
  background: #0B0B09;
  color: #F5F5F0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-bg-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(245,245,240,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(245,245,240,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 70% 40%, rgba(196,123,26,0.18) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 20% 70%, rgba(13,148,136,0.12) 0%, transparent 55%), linear-gradient(to bottom, rgba(11,11,9,0.6) 0%, transparent 50%, rgba(11,11,9,0.8) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
  padding-block: clamp(5rem, 10vw, 7rem);
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
}
.eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), var(--teal));
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #F5F5F0;
}
.title-line {
  display: block;
  overflow: hidden;
}
.title-accent {
  color: var(--gold-light);
}
.hero-role {
  font-size: clamp(0.9rem, 1.5vw, 1.0625rem);
  font-weight: 600;
  color: rgba(245,245,240,0.5);
  margin-top: 1.5rem;
  letter-spacing: 0.01em;
}
.hero-desc {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.75;
  color: rgba(245,245,240,0.72);
  margin-top: 1rem;
  max-width: 540px;
}
.hero-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}
.hero-cta .btn-primary {
  background: var(--gold-light);
  color: #0B0B09;
  border-color: transparent;
}
.hero-cta .btn-primary:hover {
  box-shadow: 0 0 0 4px rgba(240,180,41,0.25), var(--shadow-lg);
}
.hero-cta .btn-ghost {
  color: rgba(245,245,240,0.75);
  border-color: rgba(245,245,240,0.18);
}
.hero-cta .btn-ghost:hover {
  background: rgba(245,245,240,0.07);
  color: #F5F5F0;
  border-color: rgba(245,245,240,0.28);
}
.hero-cta .btn-icon {
  border-color: rgba(245,245,240,0.18);
  color: rgba(245,245,240,0.6);
}
.hero-cta .btn-icon:hover {
  background: rgba(245,245,240,0.08);
  color: #F5F5F0;
  border-color: rgba(245,245,240,0.32);
}
.hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  margin-top: 1.75rem;
  font-size: 0.8125rem;
  color: rgba(245,245,240,0.45);
}
.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(245,245,240,0.3);
  flex-shrink: 0;
}
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portrait-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 0.88;
}
.portrait-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,245,240,0.1);
  pointer-events: none;
}
.ring-1 {
  inset: 6%;
  animation: ringPulse 4s ease-in-out infinite;
}
.ring-2 {
  inset: -4%;
  border-color: rgba(196,123,26,0.2);
  animation: ringPulse 6s ease-in-out infinite reverse;
}
@keyframes ringPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(196,123,26,0), rgba(196,123,26,0.8), rgba(13,148,136,0.7), rgba(196,123,26,0));
  filter: blur(0.5px);
  animation: haloSpin 18s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: calc(8% + 2px);
  border-radius: 50%;
  background: #0B0B09;
  z-index: 2;
  pointer-events: none;
}
@keyframes haloSpin {
  to {
    transform: rotate(360deg);
  }
}
.portrait-img {
  position: absolute;
  border-radius: 50%;
  width: 68%;
  aspect-ratio: 1;
  object-fit: cover;
  left: 16%;
  top: 16%;
  border: 2px solid rgba(245,245,240,0.16);
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  z-index: 3;
}
.float-card {
  position: absolute;
  z-index: 10;
  background: rgba(14,14,12,0.82);
  border: 1px solid rgba(245,245,240,0.12);
  backdrop-filter: blur(16px);
  border-radius: var(--r-md);
  padding: 0.65rem 0.85rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  color: #F5F5F0;
}
.card-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,245,240,0.45);
  margin-bottom: 0.2rem;
}
.float-card code {
  display: block;
  font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
  font-size: 0.78rem;
  color: var(--gold-light);
}
.card-code {
  left: -8%;
  top: 14%;
}
.card-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  right: -4%;
  bottom: 22%;
}
.card-status strong {
  font-size: 0.82rem;
  white-space: nowrap;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.2);
  flex-shrink: 0;
  animation: statusPulse 2.4s ease-in-out infinite;
}
@keyframes statusPulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(34,197,94,0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(34,197,94,0.05);
  }
}
.card-stack {
  display: flex;
  gap: 0.35rem;
  bottom: 5%;
  left: 8%;
}
.card-stack span {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(245,245,240,0.75);
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(245,245,240,0.12);
  border-radius: var(--r-full);
}
.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(245,245,240,0.4);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.scroll-cue-wheel {
  width: 16px;
  height: 26px;
  border: 1.5px solid rgba(245,245,240,0.25);
  border-radius: 99px;
  position: relative;
}
.scroll-cue-wheel::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(245,245,240,0.6);
  transform: translateX(-50%);
  animation: scrollBob 1.8s ease-in-out infinite;
}
@keyframes scrollBob {
  0%, 100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(8px);
  }
}
.stats-strip {
  background: var(--bg-raised);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  padding-block: 2rem;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}
.stat-item {
  background: var(--bg-raised);
  padding: 1.5rem 1.75rem;
  text-align: center;
  transition: background var(--dur-base) var(--ease-out);
}
.stat-item:hover {
  background: var(--bg-subtle);
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-3);
  margin-top: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section {
  padding-block: clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--border);
}
.process-section {
  background: var(--bg);
}
.craft-section {
  background: var(--bg-subtle);
}
.articles-section {
  background: var(--bg);
}
.contact-section {
  background: var(--bg-subtle);
}
.eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}
.eyebrow-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.section-desc {
  font-size: 1rem;
  color: var(--ink-3);
  line-height: 1.75;
  margin-top: 0.85rem;
  max-width: 620px;
}
.section-header {
  margin-bottom: 3rem;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.process-card {
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all var(--dur-slow) var(--ease-out);
}
.process-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-slow) var(--ease-out);
}
.process-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.process-card:hover::after {
  transform: scaleX(1);
}
.process-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  opacity: 0.06;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
}
.process-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.process-card p {
  font-size: 0.9rem;
  color: var(--ink-3);
  line-height: 1.7;
}
.craft-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 5rem;
  align-items: start;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}
.skill-tags span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-2);
  background: var(--bg-raised);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-full);
  padding: 0.35rem 0.8rem;
  transition: all var(--dur-fast) var(--ease-out);
}
.skill-tags span:hover {
  border-color: var(--gold);
  color: var(--ink);
  background: var(--gold-bg);
}
.capability-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-raised);
}
.cap-item {
  padding: 1.1rem 1.35rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  transition: background var(--dur-fast) var(--ease-out);
}
.cap-item:last-child {
  border-bottom: none;
}
.cap-item:hover {
  background: var(--bg-subtle);
}
.cap-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
.cap-desc {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}
.article-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 2.5rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all var(--dur-slow) var(--ease-out);
}
.article-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-bg), transparent 60%);
  pointer-events: none;
}
.article-banner:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.banner-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.6rem;
}
.article-banner-copy h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.65rem;
}
.article-banner-copy p {
  font-size: 0.9375rem;
  color: var(--ink-3);
  line-height: 1.65;
  max-width: 480px;
}
.contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 2.5rem 2.5rem;
}
.contact-band-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.contact-band-copy p {
  font-size: 0.9375rem;
  color: var(--ink-3);
  line-height: 1.65;
}
.contact-band-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.site-footer {
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
  padding-block: 2rem;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.footer-brand span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}
.footer-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border-mid);
}
.footer-contact, .footer-copy {
  font-size: 0.8125rem;
  color: var(--ink-3);
}
.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: #F5F5F0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all var(--dur-base) var(--ease-out);
  z-index: 50;
}
html.dark .back-to-top {
  background: var(--gold);
  color: #0E0E0C;
}
.back-to-top svg {
  width: 17px;
  height: 17px;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}
.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: var(--ink);
  color: var(--gold-light);
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-radius: var(--r-full);
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.28s var(--ease-out);
  z-index: 200;
  max-width: calc(100vw - 3rem);
}
.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
[data-scroll-reveal], [data-scroll-cascade] {
  opacity: 0;
  transform: translateY(28px);
}
[data-scroll-reveal].sr-visible, [data-scroll-cascade].sr-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.72s var(--ease-out), transform 0.72s var(--ease-out);
}
.cinematic-scroll-section {
  position: relative;
  padding: 5rem 0 5.5rem;
  overflow: hidden;
  background: radial-gradient(circle at 50% 15%, rgba(245, 158, 11, 0.05), transparent 70%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.velocity-header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.velocity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: var(--r-full);
  background: var(--gold-bg);
  color: var(--gold);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
  animation: pulseGlow 1.8s infinite ease-in-out;
}
@keyframes pulseGlow {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.velocity-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.turbo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
  padding: 0.45rem 0.95rem;
  border-radius: var(--r-full);
  border: 1px solid var(--border-mid);
  background: var(--bg-raised);
  color: var(--ink-2);
  cursor: pointer;
  transition: all var(--dur-base) var(--ease-out);
}
.turbo-btn:hover, .turbo-btn.is-active {
  border-color: var(--gold);
  color: var(--ink);
  background: var(--gold-bg);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.2);
}
.ticker-stream-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 0.75rem;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.ticker-lane {
  display: flex;
  width: max-content;
  gap: 1rem;
  margin-bottom: 1rem;
  will-change: transform;
}
.ticker-lane:last-child {
  margin-bottom: 0;
}
.ticker-lane.forward {
  animation: tickerMoveLeft 36s linear infinite;
}
.ticker-lane.reverse {
  animation: tickerMoveRight 40s linear infinite;
}
.ticker-lane.turbo {
  animation-duration: 14s !important;
}
.ticker-stream-container:hover .ticker-lane {
  animation-play-state: paused;
}
@keyframes tickerMoveLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes tickerMoveRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.ticker-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.15rem;
  border-radius: var(--r-lg);
  background: var(--bg-raised);
  border: 1px solid var(--border);
  white-space: nowrap;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s var(--ease-out);
  user-select: none;
}
.ticker-chip svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.ticker-chip:hover {
  color: var(--ink);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.cinematic-reel-container {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.cinematic-card {
  position: relative;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s var(--ease-out);
  overflow: hidden;
}
.cinematic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(245, 158, 11, 0.08), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.cinematic-card:hover::before {
  opacity: 1;
}
.cinematic-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-mid);
  box-shadow: var(--shadow-lg), 0 0 24px rgba(245, 158, 11, 0.08);
}
.cinematic-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.cinematic-pill {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: var(--r-full);
  background: var(--bg-subtle);
  color: var(--ink-3);
  border: 1px solid var(--border);
}
.cinematic-metric {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cinematic-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.cinematic-card-desc {
  font-size: 0.875rem;
  color: var(--ink-3);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.cinematic-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.cinematic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.cinematic-tag {
  font-size: 0.72rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  background: var(--bg-subtle);
  color: var(--ink-2);
  font-family: ui-monospace, SFMono-Regular, monospace;
}
.cinematic-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gold);
  transition: transform 0.2s var(--ease-out);
}
.cinematic-link:hover {
  transform: translateX(3px);
}
.ticker-lane.warp {
  animation-duration: 7s !important;
}
.speed-control-deck {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 0.5rem;
}
.speed-gauge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  color: var(--ink-2);
}
.speed-gauge-val {
  color: var(--gold);
  font-weight: 700;
  min-width: 60px;
}
.speed-gear-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--r-full);
  border: 1px solid var(--border-mid);
  background: var(--bg-subtle);
  color: var(--ink-2);
  cursor: pointer;
  transition: all 0.2s var(--ease-out);
}
.speed-gear-btn:hover {
  background: var(--bg-raised);
  color: var(--ink);
  border-color: var(--gold);
}
.speed-gear-btn.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 0 0 14px rgba(229, 195, 120, 0.25);
}
html.dark .speed-gear-btn.is-active {
  background: var(--gold);
  color: #0E0E0C;
  border-color: var(--gold);
}
.pipeline-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pipeline-hud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}
.pipeline-hud-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.pipeline-hud-label {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.pipeline-hud-val {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.pipeline-hud-val.glow-gold {
  color: var(--gold);
}
.pipeline-hud-val.glow-teal {
  color: var(--teal);
}
.pipeline-hud-val.glow-green {
  color: #10B981;
}
.pipeline-track-wrapper {
  position: relative;
  margin-block: 2rem 3rem;
}
.pipeline-conduit-svg {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 4px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.pipeline-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.pipeline-node {
  position: relative;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s var(--ease-out);
  cursor: pointer;
  overflow: hidden;
}
.pipeline-node:hover {
  transform: translateY(-3px);
  border-color: var(--border-mid);
  box-shadow: var(--shadow-md);
}
.pipeline-node.is-active {
  border-color: var(--gold);
  box-shadow: 0 0 24px rgba(229, 195, 120, 0.2), var(--shadow-md);
}
.pipeline-node.is-done {
  border-color: rgba(16, 185, 129, 0.5);
}
.pipeline-node-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.pipeline-node-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-lg);
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: all 0.3s;
}
.pipeline-node.is-active .pipeline-node-icon {
  background: var(--gold);
  color: #0E0E0C;
  box-shadow: 0 0 12px rgba(229, 195, 120, 0.4);
}
.pipeline-node.is-done .pipeline-node-icon {
  background: #10B981;
  color: #FFFFFF;
  border-color: #10B981;
}
.pipeline-step-badge {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.55rem;
  border-radius: var(--r-full);
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  color: var(--ink-3);
  text-transform: uppercase;
}
.pipeline-node.is-active .pipeline-step-badge {
  background: rgba(229, 195, 120, 0.15);
  border-color: var(--gold);
  color: var(--gold);
}
.pipeline-node.is-done .pipeline-step-badge {
  background: rgba(16, 185, 129, 0.15);
  border-color: #10B981;
  color: #10B981;
}
.pipeline-node-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 0.45rem;
}
.pipeline-node-desc {
  font-size: 0.8125rem;
  color: var(--ink-3);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.pipeline-node-bar {
  width: 100%;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.pipeline-node-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), #22C55E);
  transition: width 0.4s ease;
  border-radius: 2px;
}
.pipeline-node.is-active .pipeline-node-bar-fill {
  width: 65%;
  animation: pulse-bar 1.5s infinite alternate;
}
.pipeline-node.is-done .pipeline-node-bar-fill {
  width: 100%;
}
@keyframes pulse-bar {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 4px var(--gold));
  }
}
.pipeline-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.pipeline-terminal-box {
  background: #0B0F17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 30px rgba(0, 0, 0, 0.35);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.pipeline-terminal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.pipeline-terminal-dots {
  display: flex;
  gap: 6px;
}
.pipeline-terminal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.pipeline-terminal-dot.red {
  background: #EF4444;
}
.pipeline-terminal-dot.yellow {
  background: #F59E0B;
}
.pipeline-terminal-dot.green {
  background: #10B981;
}
.pipeline-terminal-title {
  font-size: 0.72rem;
  color: #94A3B8;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.pipeline-terminal-body {
  padding: 1.25rem;
  max-height: 200px;
  overflow-y: auto;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #E2E8F0;
  -webkit-overflow-scrolling: touch;
}
.pipeline-log-entry {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.pipeline-log-time {
  color: #64748B;
  flex-shrink: 0;
}
.pipeline-log-msg {
  word-break: break-word;
}
.pipeline-log-msg .badge-ok {
  color: #10B981;
  font-weight: 600;
}
.pipeline-log-msg .badge-info {
  color: #38BDF8;
  font-weight: 600;
}
.pipeline-log-msg .badge-ai {
  color: #F59E0B;
  font-weight: 600;
}
.pipeline-cursor {
  display: inline-block;
  width: 7px;
  height: 14px;
  background: #22C55E;
  vertical-align: middle;
  margin-left: 4px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.projects-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-block: 2.5rem 3rem;
}
.filter-btn {
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: var(--r-full);
  border: 1px solid var(--border-mid);
  background: var(--bg-raised);
  color: var(--ink-2);
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
}
.filter-btn:hover, .filter-btn.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
html.dark .filter-btn:hover, html.dark .filter-btn.is-active {
  background: var(--gold);
  color: #0E0E0C;
  border-color: var(--gold);
}
.project-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 1023px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .hero-visual {
    order: -1;
    justify-content: flex-start;
  }
  .portrait-frame {
    max-width: 320px;
  }
  .craft-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .capability-list {
    max-width: 480px;
  }
  .cinematic-reel-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card-grid {
    grid-template-columns: 1fr;
  }
  .pipeline-hud {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .pipeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pipeline-conduit-svg {
    display: none;
  }
}
@media (max-width: 767px) {
  html, body {
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
  }
  .portrait-frame, .hero-copy, .hero-visual, .float-card {
    transform: none !important;
    perspective: none !important;
  }
  .main-nav, .header-actions {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-inner {
    padding-block: 3.5rem 3rem;
  }
  .hero-title {
    font-size: clamp(3.2rem, 12vw, 5rem);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .cinematic-reel-container {
    grid-template-columns: 1fr;
  }
  .pipeline-hud {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.25rem;
  }
  .pipeline-grid {
    grid-template-columns: 1fr;
  }
  .pipeline-conduit-svg {
    display: none;
  }
  .pipeline-action-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .ticker-stream-container {
    mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  }
  .article-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
  }
  .contact-band {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-cta .btn-icon {
    align-self: auto;
  }
  .card-code {
    left: 0;
    top: 8%;
  }
  .card-status {
    right: 0;
  }
  .card-stack {
    left: 4%;
  }
  .btn-primary, .btn-ghost, .btn-hire, .theme-btn, .mobile-menu-btn, .copy-email-btn, .back-to-top, .turbo-btn, .speed-gear-btn, .pipeline-btn, .filter-btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
  .contact-band-actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .contact-band-actions .btn-primary, .contact-band-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .ticker-lane {
    animation: none !important;
    transform: none !important;
  }
  [data-scroll-reveal], [data-scroll-cascade] {
    opacity: 1;
    transform: none;
  }
}
:root {
  --studio-bg: #090A0F;
  --studio-surface: #0E121B;
  --studio-card: #121722;
  --studio-card-hover: #171E2D;
  --studio-border: rgba(255, 255, 255, 0.08);
  --studio-border-hover: rgba(255, 255, 255, 0.16);
  --studio-border-active: rgba(59, 130, 246, 0.4);
  --studio-text-main: #F8FAFC;
  --studio-text-secondary: #94A3B8;
  --studio-text-muted: #64748B;
  --studio-accent: #3B82F6;
  --studio-accent-hover: #60A5FA;
  --studio-accent-glow: rgba(59, 130, 246, 0.2);
  --studio-emerald: #10B981;
  --studio-emerald-glow: rgba(16, 185, 129, 0.25);
  --studio-amber: #F59E0B;
  --studio-font-heading: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --studio-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --studio-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
}
body.studio-body {
  background-color: var(--studio-bg);
  color: var(--studio-text-main);
  font-family: var(--studio-font-body);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.65;
}
.studio-body h1, .studio-body h2, .studio-body h3, .studio-body h4, .studio-body h5, .studio-body h6 {
  font-family: var(--studio-font-heading);
  letter-spacing: -0.025em;
  color: var(--studio-text-main);
  font-weight: 700;
}
.studio-body a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}
.studio-body a:focus-visible, .studio-body button:focus-visible {
  outline: 2px solid var(--studio-accent);
  outline-offset: 3px;
}
.studio-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(9, 10, 15, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--studio-border);
  height: 70px;
  transition: background-color 200ms ease, border-color 200ms ease;
}
.studio-header-inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studio-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.studio-brand-avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  border-radius: 50%;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(59,130,246,0.5));
  box-shadow: 0 0 12px rgba(59,130,246,0.15);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studio-brand-avatar img, img.studio-avatar-img {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block;
}
.studio-brand-text {
  display: flex;
  flex-direction: column;
}
.studio-brand-name {
  font-family: var(--studio-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--studio-text-main);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.studio-brand-sub {
  font-family: var(--studio-font-mono);
  font-size: 11px;
  color: var(--studio-text-secondary);
  letter-spacing: 0.02em;
}
.studio-nav {
  display: none;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 4px 6px;
  border-radius: 9999px;
  border: 1px solid var(--studio-border);
}
@media (min-width: 768px) {
  .studio-nav {
    display: flex;
  }
}
.studio-nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #A0AEC0;
  padding: 6px 14px;
  border-radius: 9999px;
  transition: all 180ms ease;
  cursor: pointer;
  text-decoration: none;
}
.studio-nav-link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.studio-nav-link.is-active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 600;
}
.studio-header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.studio-live-badge {
  display: none;
  align-items: center;
  gap: 6px;
  font-family: var(--studio-font-mono);
  font-size: 11px;
  color: var(--studio-emerald);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 4px 10px;
  border-radius: 9999px;
}
@media (min-width: 1024px) {
  .studio-live-badge {
    display: flex;
  }
}
.studio-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--studio-emerald);
  box-shadow: 0 0 8px var(--studio-emerald);
  animation: studioPulse 2s infinite;
}
@keyframes studioPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.studio-hire-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--studio-text-main);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 7px 16px;
  border-radius: 9999px;
  transition: all 180ms ease;
  cursor: pointer;
}
.studio-hire-btn:hover {
  background: var(--studio-text-main);
  color: var(--studio-bg);
  border-color: var(--studio-text-main);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.15);
}
.studio-hire-btn svg {
  transition: transform 180ms ease;
}
.studio-hire-btn:hover svg {
  transform: translateX(2px);
}
.studio-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--studio-border);
  color: var(--studio-text-main);
  cursor: pointer;
  transition: background 180ms ease;
}
.studio-mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .studio-mobile-toggle {
    display: none;
  }
}
.studio-mobile-drawer {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: rgba(9, 10, 15, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--studio-border);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease;
  z-index: 99;
}
.studio-mobile-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.studio-mobile-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--studio-text-secondary);
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 180ms ease;
}
.studio-mobile-link:hover, .studio-mobile-link.is-active {
  color: var(--studio-text-main);
  background: rgba(255, 255, 255, 0.06);
}
.studio-mobile-hire {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--studio-bg);
  background: var(--studio-text-main);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}
.studio-footer {
  background-color: var(--studio-bg);
  border-top: 1px solid var(--studio-border);
  margin-top: auto;
  padding: 4rem 0 2rem;
}
.studio-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.studio-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--studio-border);
}
@media (min-width: 768px) {
  .studio-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }
}
.studio-footer-col h4 {
  font-family: var(--studio-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--studio-text-muted);
  margin-bottom: 1.25rem;
}
.studio-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.studio-footer-link {
  font-size: 13.5px;
  color: var(--studio-text-secondary);
  transition: color 180ms ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.studio-footer-link:hover {
  color: var(--studio-text-main);
}
.studio-footer-bottom {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: var(--studio-text-muted);
}
@media (min-width: 768px) {
  .studio-footer-bottom {
    flex-direction: row;
  }
}
.studio-card {
  background-color: var(--studio-card);
  border: 1px solid var(--studio-border);
  border-radius: 18px;
  padding: 1.75rem;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  position: relative;
  overflow: hidden;
}
.studio-card:hover {
  background-color: var(--studio-card-hover);
  border-color: var(--studio-border-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5);
}
.studio-card-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 70%);
  pointer-events: none;
}
.studio-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: var(--studio-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.studio-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--studio-font-mono);
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--studio-border);
  color: var(--studio-text-secondary);
}
.studio-badge.is-accent {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.25);
  color: #60A5FA;
}
.studio-badge.is-amber {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
  color: #FBBF24;
}
.studio-badge.is-emerald {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
  color: #34D399;
}
.studio-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #181E2C;
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  color: #F8FAFC;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1000;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms ease;
  pointer-events: none;
}
.studio-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.studio-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.studio-filter-pill {
  font-family: var(--studio-font-mono);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--studio-border);
  color: var(--studio-text-secondary);
  cursor: pointer;
  transition: all 180ms ease;
}
.studio-filter-pill:hover {
  color: var(--studio-text-main);
  background: rgba(255, 255, 255, 0.08);
}
.studio-filter-pill.is-active {
  color: #F8FAFC;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
