/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --color-tbl-black: #1a1a1a;
    --color-tbl-white: #ffffff;
    --color-tbl-gray: #f7f5ef;
    --color-tbl-accent: #f9e231;
    --color-tbl-accentDark: #17644c;
    --color-tbl-body: #0c0c0c;
    --color-tbl-dotIdle: #9ab7ac;
    --color-tbl-dotLive: #6ea893;
    --color-tbl-dotError: #7e847f;
    --font-tbl-thin: 'Univers Thin', sans-serif;
    --font-tbl-light: 'Univers Light', sans-serif;
    --text-tiny: clamp(10px, 1.1vw, 12px);
    --text-small: clamp(14px, 1.25vw, 20px);
    --text-medium: clamp(14px, 1.8vw, 30px);
    --text-basefluid: clamp(14px, 1.15vw, 18px);
    --text-big: clamp(20px, 2.5vw, 40px);
    --text-huge: clamp(28px, 4.5vw, 64px);
    --spacing-18: 4.5rem;
    --spacing-26: 6.5rem;
    --spacing-30: 7.5rem;
    --shadow-none: none;
    --shadow-soft: 0 2px 8px rgba(0, 0, 0, 0.12);
    --breakpoint-xs: 480px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @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-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-\[6px_0_0\] {
    margin: 6px 0 0;
  }
  .m-\[8px_0_0\] {
    margin: 8px 0 0;
  }
  .m-\[10px_0_0\] {
    margin: 10px 0 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-px {
    margin-block: -1px;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-\[18px\] {
    margin-left: 18px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[7vw\] {
    height: 7vw;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[clamp\(90px\,11\.25vw\,180px\)\] {
    height: clamp(90px, 11.25vw, 180px);
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[36fr_33fr_31fr\] {
    grid-template-columns: 36fr 33fr 31fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .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-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-tbl-accentDark {
    border-color: var(--color-tbl-accentDark);
  }
  .border-tbl-black {
    border-color: var(--color-tbl-black);
  }
  .border-tbl-black\/15 {
    border-color: color-mix(in srgb, #1a1a1a 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-tbl-black) 15%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-tbl-accent {
    background-color: var(--color-tbl-accent);
  }
  .bg-tbl-black\/5 {
    background-color: color-mix(in srgb, #1a1a1a 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-tbl-black) 5%, transparent);
    }
  }
  .bg-tbl-dotIdle {
    background-color: var(--color-tbl-dotIdle);
  }
  .bg-tbl-gray {
    background-color: var(--color-tbl-gray);
  }
  .bg-tbl-white {
    background-color: var(--color-tbl-white);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .\!object-bottom {
    object-position: bottom !important;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[var\(--page-x\)\] {
    padding-inline: var(--page-x);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-super {
    vertical-align: super;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-tbl-light {
    font-family: var(--font-tbl-light);
  }
  .font-tbl-thin {
    font-family: var(--font-tbl-thin);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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-\[0\.2em\] {
    font-size: 0.2em;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[clamp\(10px\,1\.2vw\,0\.75em\)\] {
    font-size: clamp(10px, 1.2vw, 0.75em);
  }
  .text-\[clamp\(18px\,2vw\,30px\)\] {
    font-size: clamp(18px, 2vw, 30px);
  }
  .text-\[clamp\(20px\,2\.5vw\,40px\)\] {
    font-size: clamp(20px, 2.5vw, 40px);
  }
  .text-basefluid {
    font-size: var(--text-basefluid);
  }
  .text-big {
    font-size: var(--text-big);
  }
  .text-huge {
    font-size: var(--text-huge);
  }
  .text-medium {
    font-size: var(--text-medium);
  }
  .text-small {
    font-size: var(--text-small);
  }
  .text-tiny {
    font-size: var(--text-tiny);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.03em\] {
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0c0c0c\] {
    color: #0c0c0c;
  }
  .text-\[inherit\] {
    color: inherit;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-inherit {
    color: inherit;
  }
  .text-tbl-accentDark {
    color: var(--color-tbl-accentDark);
  }
  .text-tbl-black {
    color: var(--color-tbl-black);
  }
  .text-tbl-black\/40 {
    color: color-mix(in srgb, #1a1a1a 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-tbl-black) 40%, transparent);
    }
  }
  .text-tbl-black\/50 {
    color: color-mix(in srgb, #1a1a1a 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-tbl-black) 50%, transparent);
    }
  }
  .text-tbl-white {
    color: var(--color-tbl-white);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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-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-none {
    --tw-shadow: 0 0 #0000;
    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,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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-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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-tbl-accentDark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-tbl-accentDark);
      }
    }
  }
  .hover\:bg-tbl-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1a1a1a 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-tbl-black) 5%, transparent);
        }
      }
    }
  }
  .hover\:text-tbl-accentDark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-tbl-accentDark);
      }
    }
  }
  .hover\:text-tbl-gray {
    &:hover {
      @media (hover: hover) {
        color: var(--color-tbl-gray);
      }
    }
  }
  .focus-visible\:bg-tbl-accentDark {
    &:focus-visible {
      background-color: var(--color-tbl-accentDark);
    }
  }
  .focus-visible\:text-tbl-accentDark {
    &:focus-visible {
      color: var(--color-tbl-accentDark);
    }
  }
  .focus-visible\:text-tbl-gray {
    &:focus-visible {
      color: var(--color-tbl-gray);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-\[980px\]\:grid-cols-1 {
    @media (width < 980px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:order-1 {
    @media (width < 48rem) {
      order: 1;
    }
  }
  .max-md\:order-2 {
    @media (width < 48rem) {
      order: 2;
    }
  }
  .max-md\:order-3 {
    @media (width < 48rem) {
      order: 3;
    }
  }
  .max-md\:ml-\[40px\] {
    @media (width < 48rem) {
      margin-left: 40px;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:items-start {
    @media (width < 48rem) {
      align-items: flex-start;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:gap-\[10px\] {
    @media (width < 48rem) {
      gap: 10px;
    }
  }
  .max-md\:gap-x-px {
    @media (width < 48rem) {
      column-gap: 1px;
    }
  }
  .max-md\:gap-y-\[10px\] {
    @media (width < 48rem) {
      row-gap: 10px;
    }
  }
  .max-md\:px-\[10px\] {
    @media (width < 48rem) {
      padding-inline: 10px;
    }
  }
  .max-md\:py-0 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .max-md\:py-3 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .md\:\[grid-column\:1\/4\] {
    @media (width >= 48rem) {
      grid-column: 1/4;
    }
  }
  .md\:\[grid-column\:1\] {
    @media (width >= 48rem) {
      grid-column: 1;
    }
  }
  .md\:\[grid-column\:2\] {
    @media (width >= 48rem) {
      grid-column: 2;
    }
  }
  .md\:\[grid-column\:3\] {
    @media (width >= 48rem) {
      grid-column: 3;
    }
  }
  .md\:\[grid-row\:1\] {
    @media (width >= 48rem) {
      grid-row: 1;
    }
  }
  .md\:\[grid-row\:2\] {
    @media (width >= 48rem) {
      grid-row: 2;
    }
  }
  .md\:\[grid-row\:3\] {
    @media (width >= 48rem) {
      grid-row: 3;
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:contents {
    @media (width >= 48rem) {
      display: contents;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[100dvh\] {
    @media (width >= 48rem) {
      height: 100dvh;
    }
  }
  .md\:h-\[clamp\(180px\,22\.5vw\,360px\)\] {
    @media (width >= 48rem) {
      height: clamp(180px, 22.5vw, 360px);
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-\[140px\] {
    @media (width >= 48rem) {
      min-height: 140px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:origin-center {
    @media (width >= 48rem) {
      transform-origin: center;
    }
  }
  .md\:scale-\[3\] {
    @media (width >= 48rem) {
      scale: 3;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-\[auto_1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-rows: auto 1fr auto;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-3 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:\!object-center {
    @media (width >= 48rem) {
      object-position: center !important;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-\[10px\] {
    @media (width >= 48rem) {
      padding-right: 10px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:\!text-left {
    @media (width >= 48rem) {
      text-align: left !important;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-big {
    @media (width >= 48rem) {
      font-size: var(--text-big);
    }
  }
  .md\:text-small {
    @media (width >= 48rem) {
      font-size: var(--text-small);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
@font-face {
  font-family: 'Univers Light';
  font-style: normal;
  font-weight: 400;
  src: url('../files/univers-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Univers Thin';
  font-style: normal;
  font-weight: 400;
  src: url('../files/univers-thin.woff2') format('woff2');
}
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('../files/rock-salt.woff2') format('woff2');
}
:root {
  --page-x: 40px;
  --card-padding: 2.618rem;
  --logo-h: clamp(90px, 11.25vw, 180px);
  --logo-h-lg: clamp(180px, 22.5vw, 360px);
  --nav-icon-h: 7vw;
}
@media (max-width: 767px) {
  :root {
    --page-x: 24px;
    --logo-h: clamp(140px, 38vw, 180px);
    --nav-icon-h: max(44px, 12vw);
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-tbl-white: #1a1a1a;
    --color-tbl-black: #f0ede6;
    --color-tbl-body: #f0ede6;
    --color-tbl-gray: #1e1e1e;
    --color-tbl-accentDark: #3dd68c;
  }
  body > header {
    color: #0c0c0c;
  }
  .tbl-link-icon {
    filter: brightness(0) invert(1);
  }
}
@layer base {
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
  }
  body {
    overflow-x: hidden;
    background: var(--color-tbl-white);
    color: var(--color-tbl-body);
    font-family: var(--font-tbl-thin);
  }
  a {
    color: inherit;
    text-underline-offset: 4px;
    text-decoration-thickness: 8px;
  }
  .tbl-media img, .tbl-media video {
    margin: 0;
    display: block;
    border: 0;
  }
}
body > header, #thingish-sub, main > section:not([hidden]), body > footer {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
body > header {
  position: relative;
  z-index: 2;
  height: 100lvh;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: var(--color-tbl-accent);
  padding: 1rem var(--page-x);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.618rem 0;
  align-content: center;
}
@media (min-width: 768px) {
  body > header {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    align-content: center;
    row-gap: 2.618rem;
  }
}
.header-brand-row {
  display: contents;
}
.header-logo, .header-tagline, .header-nav-row, .header-nav-item {
  position: relative;
  z-index: 1;
}
.header-nav-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header-nav-row {
    display: contents;
  }
}
.header-logo {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
}
.header-logo img {
  display: block;
  height: var(--logo-h);
  width: auto;
}
@media (min-width: 768px) {
  .header-logo {
    justify-content: center;
    grid-row: 1;
    grid-column: 1 / 4;
  }
  .header-logo img {
    height: var(--logo-h-lg);
  }
}
.header-tagline {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .header-tagline {
    justify-content: center;
    text-align: center;
    grid-row: 3;
    grid-column: 1 / 4;
  }
}
.header-nav-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.618rem;
  padding-bottom: 4px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.header-nav-item:hover {
  transform: scale(1.05);
}
.header-nav-item-icon {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
}
.header-nav-item-icon img {
  height: var(--nav-icon-h);
  width: auto;
}
.header-nav-item-text {
  text-align: left;
}
.header-nav-item-text .text-small {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .header-nav-item {
    padding-bottom: 0;
  }
  .header-nav-item-icon {
    width: 50%;
    justify-content: flex-end;
    padding-right: 0.618rem;
  }
  .header-nav-item-text {
    width: 50%;
  }
  .header-nav-item:nth-child(1) {
    grid-row: 2;
    grid-column: 1;
    justify-content: flex-start;
  }
  .header-nav-item:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
    justify-content: center;
  }
  .header-nav-item:nth-child(3) {
    grid-row: 2;
    grid-column: 3;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  body > header {
    gap: 2.618rem 0;
  }
  .header-logo {
    justify-content: center;
  }
  .header-tagline {
    justify-content: center;
    text-align: center;
    order: 1;
  }
  .header-nav-row {
    gap: 1.618rem;
  }
  .header-nav-item {
    justify-content: center;
    min-height: 44px;
  }
}
#thingish-sub {
  height: 100lvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sciart-sub, #living-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > section:not([hidden]) {
  position: relative;
  z-index: 2;
  height: 100lvh;
  overflow: hidden;
}
#starfield {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#starfield canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#living-sub {
  background: #000;
}
#rain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
#rain canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#living-sub .tbl-section-marker-inner {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
}
#thingish-sub .tbl-section-marker-inner {
  position: relative;
  z-index: 2;
}
#cosmos {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#cosmos canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#sciart-sub .tbl-section-marker-inner {
  position: relative;
  z-index: 2;
}
#topology {
  position: relative;
  background: var(--color-tbl-black);
  overflow: hidden;
}
#topology-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#topology-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.topology-overlay {
  position: absolute;
  top: 1.5rem;
  left: var(--page-x);
  z-index: 2;
  pointer-events: none;
}
.topology-overlay .tbl-card-title {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}
.topology-overlay .tbl-tag {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}
.topology-hint {
  margin-top: 1rem;
  font-family: var(--font-tbl-light);
  font-size: var(--text-small);
  color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.6s ease;
}
.topology-hint.is-hidden {
  opacity: 0;
}
#caustics {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#caustics canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.tbl-section-marker {
  position: relative;
  z-index: 3;
  margin: -1px 0;
  border: 0;
  background: transparent;
  padding: 1rem var(--page-x);
  height: 100lvh;
  color: #fff;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tbl-section-marker-inner {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: clamp(22px, 2vw, 32px);
}
.tbl-section-marker-inner .text-big {
  font-size: clamp(32px, 4vw, 65px);
}
.tbl-section-marker-inner .text-small {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .tbl-section-marker-inner {
    gap: 1.854rem;
    font-size: clamp(30px, 3.75vw, 60px);
  }
  .tbl-section-marker-inner .text-big {
    font-size: clamp(60px, 7.5vw, 120px);
  }
  .tbl-section-marker-inner .text-small {
    font-size: clamp(30px, 3.75vw, 60px);
  }
}
.tbl-section-marker-inner img {
  height: clamp(90px, 12vw, 150px);
  width: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .tbl-section-marker-inner img {
    height: clamp(170px, 21vw, 340px);
  }
}
.tbl-link {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  font-size: var(--text-medium);
  text-decoration: none;
}
.tbl-link + .tbl-link {
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .tbl-link {
    display: inline-flex;
  }
  .tbl-link + .tbl-link {
    margin-top: 0;
    margin-left: 1em;
  }
}
.tbl-link-icon {
  height: 0.95em;
  width: auto;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.tbl-link:hover .tbl-link-icon {
  transform: translateX(4px);
}
.tbl-link-label {
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.tbl-tag {
  display: inline-block;
  border: 1px solid var(--color-tbl-black);
  background: transparent;
  padding: 0.25rem 0.5rem;
  font-size: var(--text-medium);
  line-height: 1.2;
  color: var(--color-tbl-black);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tbl-tag:hover {
  background-color: var(--color-tbl-black);
  color: var(--color-tbl-white);
}
.tbl-card-title {
  padding-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-huge);
  --tw-leading: 1;
  line-height: 1;
}
.tbl-card-text {
  padding-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-medium);
}
.tbl-card-content {
  background: var(--color-tbl-white);
  padding: var(--card-padding);
  color: var(--color-tbl-black);
}
.tbl-section {
  margin: 0;
  border: 0;
  background: var(--color-tbl-white);
  padding: 0;
  height: 100lvh;
  overflow: hidden;
}
.tbl-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 61.8fr 38.2fr;
  height: 100%;
}
.tbl-split > .tbl-media {
  order: 1;
  min-width: 0;
  min-height: 0;
}
.tbl-split > .tbl-card-content {
  order: 2;
  min-width: 0;
  min-height: 0;
  overflow-y: clip;
}
.tbl-split > .tbl-media > img, .tbl-split > .tbl-media > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tbl-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
@media (min-width: 768px) {
  .tbl-split {
    display: flex;
    height: 100%;
    align-items: stretch;
  }
  .tbl-split > .tbl-card-content {
    flex: 0 0 38.2%;
  }
  .tbl-split > .tbl-media {
    flex: 0 0 61.8%;
    height: 100%;
  }
  .tbl-split.is-text-major > .tbl-card-content {
    flex-basis: 61.8%;
  }
  .tbl-split.is-text-major > .tbl-media {
    flex-basis: 38.2%;
  }
  .tbl-split:not(.is-media-left) > .tbl-card-content {
    order: 1;
  }
  .tbl-split:not(.is-media-left) > .tbl-media {
    order: 2;
  }
  .tbl-split.is-media-left > .tbl-media {
    order: 1;
  }
  .tbl-split.is-media-left > .tbl-card-content {
    order: 2;
  }
  .tbl-split > .tbl-media > img, .tbl-split > .tbl-media > video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
.tbl-tags {
  margin-bottom: 0.618rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.crossfade-image-b {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tbl-footer {
  position: relative;
  z-index: 2;
  height: 100lvh;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4.236rem var(--page-x);
  display: grid;
  grid-template-rows: 1fr 1.618fr 1fr;
  align-items: center;
  text-align: center;
  color: var(--color-tbl-black);
  background: #000;
}
.tbl-footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
}
.tbl-footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tbl-footer-chaos {
  cursor: pointer;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.618rem;
  font-family: inherit;
  font-size: var(--text-big);
}
.tbl-footer-chaos img {
  height: 1.618em;
  width: auto;
  filter: brightness(0);
}
.tbl-footer-mid {
  display: flex;
  align-items: center;
  width: 100%;
}
.tbl-footer-side {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  gap: 1.618rem;
  font-size: var(--text-big);
  line-height: 1.35;
}
.tbl-footer-side-left {
  text-align: left;
  justify-content: flex-start;
}
.tbl-footer-side-right {
  text-align: right;
  justify-content: flex-end;
}
.tbl-footer-flag {
  height: 100%;
  width: 0.5rem;
  flex-shrink: 0;
  object-fit: fill;
}
.tbl-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.618rem;
}
.tbl-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: var(--text-big);
}
@media (max-width: 767px) {
  .tbl-footer {
    grid-template-rows: auto auto auto;
    gap: 2.618rem;
    padding: 0 var(--page-x);
    align-content: center;
  }
  .tbl-footer-top {
    align-items: center;
  }
  .tbl-footer-chaos {
    display: none;
  }
  .tbl-footer-mid {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  .tbl-footer-side {
    font-size: var(--text-small);
    flex: 1 1 0;
    align-items: stretch;
  }
  .tbl-footer-side-left {
    text-align: left;
    justify-content: flex-start;
  }
  .tbl-footer-side-right {
    text-align: right;
    justify-content: flex-end;
  }
  .tbl-footer-bottom {
    font-size: var(--text-small);
  }
  .tbl-social-link {
    font-size: 44px;
  }
  .tbl-footer-social {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .tbl-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tbl-tags::-webkit-scrollbar {
    display: none;
  }
  .tbl-tag {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
.tbl-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(56px, 7vw, 84px);
  line-height: 1.2;
  text-decoration: none;
  color: var(--color-tbl-black);
  transition: color 0.15s, transform 0.2s ease;
}
.tbl-social-link:hover, .tbl-social-link:focus-visible {
  outline: none;
  transform: scale(1.12);
}
.tbl-social-link[aria-label*="github"]:hover, .tbl-social-link[aria-label*="github"]:focus-visible {
  color: #333;
}
.tbl-social-link[aria-label*="linkedin"]:hover, .tbl-social-link[aria-label*="linkedin"]:focus-visible {
  color: #0a66c2;
}
.tbl-social-link[aria-label*="instagram"]:hover svg path, .tbl-social-link[aria-label*="instagram"]:focus-visible svg path {
  fill: url(#ig-grad);
}
.tbl-social-link[aria-label*="youtube"]:hover, .tbl-social-link[aria-label*="youtube"]:focus-visible {
  color: #ff0000;
}
.tbl-social-link[aria-label*="whatsapp"]:hover, .tbl-social-link[aria-label*="whatsapp"]:focus-visible {
  color: #25d366;
}
.status-dot.live {
  background: var(--color-tbl-dotLive);
}
.status-dot.error {
  background: var(--color-tbl-dotError);
}
.dash-card-env {
  background: linear-gradient(135deg, #f9e231 0%, #fdf0a0 100%);
}
.dash-card-outdoor {
  background: linear-gradient(135deg, #17644c 0%, #1f8a6a 100%);
}
.dash-card-server {
  background: linear-gradient(135deg, #f7f5ef 0%, #ebe8df 100%);
}
.dash-card-network {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}
@media (prefers-color-scheme: dark) {
  .dash-card-env {
    background: linear-gradient(135deg, #b8a418 0%, #8a7a10 100%);
  }
  .dash-card-outdoor {
    background: linear-gradient(135deg, #0f4433 0%, #17644c 100%);
  }
  .dash-card-server {
    background: linear-gradient(135deg, #1e1e1e 0%, #282828 100%);
  }
  .dash-card-network {
    background: linear-gradient(135deg, #f7f5ef 0%, #ebe8df 100%);
  }
  .dash-card-server {
    color: #f0ede6;
  }
  .dash-card-network {
    color: #1a1a1a;
  }
}
.telemetry-axis path, .telemetry-axis line {
  stroke: currentColor;
  opacity: 0.25;
}
.telemetry-axis text {
  fill: currentColor;
  opacity: 0.5;
  font-family: var(--font-tbl-thin);
  font-size: 10px;
}
.telemetry-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.telemetry-line-ram, .telemetry-line-speed-up {
  stroke-dasharray: 7 4;
}
.telemetry-line-disk, .telemetry-line-speed-ping {
  stroke-linecap: round;
  stroke-dasharray: 1 4;
}
.telemetry-line-vram {
  stroke: currentColor;
  opacity: 0.5;
}
.telemetry-legend {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}
.telemetry-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.telemetry-legend-swatch {
  width: 14px;
  height: 0;
  border-top: 1.5px solid currentColor;
}
.telemetry-legend-swatch.solid {
  border-top-style: solid;
}
.telemetry-legend-swatch.dash {
  border-top-style: dashed;
}
.telemetry-legend-swatch.dot {
  border-top-style: dotted;
}
.tbl-polaroid-section {
  position: relative;
  height: 100lvh;
  overflow: hidden;
  background: #1a1a1a;
  cursor: grab;
}
.tbl-polaroid-section:active {
  cursor: grabbing;
}
.gallery-grid {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-grid-col {
  max-width: 20rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.gallery-grid-figure {
  width: 20rem;
  height: 25rem;
  position: absolute;
  overflow: hidden;
  display: flex;
  place-items: center;
  user-select: none;
}
@media (max-width: 767px) {
  .gallery-grid-col {
    max-width: 10rem;
  }
  .gallery-grid-figure {
    width: 10rem;
    height: 12.5rem;
  }
}
.gallery-grid-image {
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
}
.gallery-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
@keyframes crossfadeA {
  0%, 41.666% {
    opacity: 1;
  }
  50%, 91.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crossfadeB {
  0%, 41.666% {
    opacity: 0;
  }
  50%, 91.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kenBurnsA {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kenBurnsB {
  0% {
    transform: scale(1.04);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
.crossfade-image {
  transition: opacity 1.2s ease-in-out;
}
.crossfade-image-a {
  animation: crossfadeA 12s ease-in-out infinite, kenBurnsA 12s ease-in-out infinite;
}
.crossfade-image-b {
  animation: crossfadeB 12s ease-in-out infinite, kenBurnsB 12s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .crossfade-image-a, .crossfade-image-b {
    animation: none;
  }
  .crossfade-image-a {
    opacity: 1;
  }
  .crossfade-image-b {
    opacity: 0;
  }
  .tbl-link-icon {
    transition: none;
  }
  .tbl-link:hover .tbl-link-icon {
    transform: none;
  }
  .tbl-tag {
    transition: none;
  }
  .tbl-social-link {
    transition: none;
  }
  .tbl-social-link:hover {
    transform: none;
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes markerPulse {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .tbl-card-content {
      animation: fadeSlideUp linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 50%;
    }
    .tbl-media > img:not(.crossfade-image), .tbl-media > video {
      animation: scaleIn linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 40%;
    }
    .tbl-section-marker-inner {
      animation: markerPulse linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }
  }
}
.ambient-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ambient-toggle:hover {
  opacity: 0.7;
}
.ambient-toggle svg {
  width: 100%;
  height: 100%;
}
.ambient-toggle.is-playing {
  opacity: 0.5;
}
.ambient-toggle.is-playing .bar {
  animation: barPulse 1.8s ease-in-out infinite alternate;
}
.ambient-toggle.is-playing .bar2 {
  animation-delay: 0.15s;
}
.ambient-toggle.is-playing .bar3 {
  animation-delay: 0.3s;
}
.ambient-toggle.is-playing .bar4 {
  animation-delay: 0.1s;
}
.ambient-toggle.is-playing .bar5 {
  animation-delay: 0.25s;
}
.ambient-toggle.is-playing .bar6 {
  animation-delay: 0.05s;
}
@keyframes barPulse {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.5);
  }
}
.ambient-toggle .bar {
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .ambient-toggle.is-playing .bar {
    animation: none;
  }
}
@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-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
