/*! tailwindcss v4.1.10 | 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-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --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-blue-tron: oklch(88.716% 0.09711 208.766);
    --color-orange-clu-program: oklch(74.443% 0.17237 51.252);
    --color-gold-clu: oklch(0.9308 0.1389 101.54);
    --color-blue-deep-tron: oklch(0.2463 0.0324 208.9);
    --color-background-stable-text: oklch(0.234 0.0322 209.07);
    --color-menu-bar-border: var(--color-blue-tron);
    --animate-spin-slow: spin 60s linear infinite;
    --animate-infinite-scroll: infinite-scroll 35s linear infinite;
    --animate-scroll-left: scroll-left 35s linear infinite;
    --animate-scroll-right: scroll-right 35s linear infinite;
  }
}
@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;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .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-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-scroll-left {
    animation: var(--animate-scroll-left);
  }
  .animate-spin-slow {
    animation: var(--animate-spin-slow);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-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-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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .space-y-8 {
    :where(& > :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)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .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-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .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-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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);
  }
  .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,);
  }
  .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,) !important;
  }
  .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, visibility, 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 {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 48rem) {
      white-space: nowrap;
    }
  }
}
@font-face {
  font-family: 'nb_architektbold';
  src: url("/static/fonts/nb_architekt_bold-webfont.e9d86715e18d.woff2") format('woff2'), url("/static/fonts/nb_architekt_bold-webfont.cd3c23eee499.woff") format('woff'), url("/static/fonts/nb_architekt_bold-webfont.80dae095caa5.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nb_architektlight';
  src: url("/static/fonts/nb_architekt_light-webfont.113fbd2f97b6.woff2") format('woff2'), url("/static/fonts/nb_architekt_light-webfont.54d7101e4751.woff") format('woff'), url("/static/fonts/nb_architekt_light-webfont.06d1055aadb7.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nb_architektregular';
  src: url("/static/fonts/nb_architekt_regular-webfont.fd8988a936c6.woff2") format('woff2'), url("/static/fonts/nb_architekt_regular-webfont.79d63ea36cb7.woff") format('woff'), url("/static/fonts/nb_architekt_regular-webfont.6a60f46969d6.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monocraft-SemiBold';
  src: url("/static/fonts/Monocraft-SemiBold.030de8953b2d.woff2") format('woff2'), url("/static/fonts/Monocraft-SemiBold.1a6a98b22ab0.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monocraft-Light';
  src: url("/static/fonts/Monocraft-Light.0e48c010c38b.woff2") format('woff2'), url("/static/fonts/Monocraft-Light.6e370269c70c.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Miracode';
  src: url("/static/fonts/Miracode.9e5a1911a298.woff2") format('woff2'), url("/static/fonts/Miracode.89275dbf36ed.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monocraft';
  src: url("/static/fonts/Monocraft.12dc71d38948.woff2") format('woff2'), url("/static/fonts/Monocraft.11042e9e9b51.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewRodin_Pro_EB';
  src: url("/static/fonts/FOT-NewRodin Pro EB.d02c485aa403.woff2") format('woff2'), url("/static/fonts/FOT-NewRodin Pro EB.e6d5759d99af.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewRodin_Pro_DB';
  src: url("/static/fonts/FOT-NewRodin Pro DB.0b45690ab1f7.woff2") format('woff2'), url("/static/fonts/FOT-NewRodin Pro DB.a240d1b50a04.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#content:focus {
  outline: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4.166%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-4.166%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cursor-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.typewriter-cursor {
  display: inline;
  animation: cursor-blink 500ms step-end infinite;
  color: oklch(88.716% 0.09711 208.766);
  margin-left: 2px;
  font-weight: normal;
}
.typewriter-header, .typewriter-section {
  display: inline-block;
  position: relative;
  font-family: 'Monocraft-SemiBold', monospace;
}
.typewriter-body {
  transition: opacity 300ms ease-in-out;
}
.font-monocraft-semibold {
  font-family: 'Monocraft-SemiBold', monospace;
}
.font-monocraft-light {
  font-family: 'Monocraft-Light', monospace;
}
.font-monocraft {
  font-family: 'Monocraft', monospace;
}
.font-miracode {
  font-family: 'Miracode', monospace;
}
h1 {
  color: var(--color-blue-tron);
  text-shadow: black;
}
.vignette {
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px 10px;
}
.color-blue-tron {
  background-color: var(--color-blue-tron);
}
.border-blue-tron {
  border-color: var(--color-blue-tron);
}
.bg-tron {
  background-color: var(--color-blue-tron);
}
.bg-deep-tron {
  background-color: var(--color-blue-deep-tron);
}
.hover\:text-tron {
  &:hover {
    @media (hover: hover) {
      color: var(--color-blue-tron);
    }
  }
}
.animate-spin-slow {
  animation: var(--animate-spin-slow);
}
.animate-infinite-scroll {
  animation: var(--animate-infinite-scroll);
  width: max-content;
}
.animate-infinite-scroll h1 {
  display: inline-block;
}
.animate-scroll-left {
  animation: var(--animate-scroll-left);
  width: max-content;
  display: inline-flex;
  will-change: transform;
}
.animate-scroll-left span {
  display: inline-block;
}
.animate-scroll-right {
  animation: var(--animate-scroll-right);
  width: max-content;
  display: inline-flex;
  will-change: transform;
}
.animate-scroll-right span {
  display: inline-block;
}
.bg-scroller-container {
  width: 100%;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.bg-scroller-row {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
  contain: layout;
}
.bg-scroller-text {
  color: var(--color-background-stable-text);
  font-size: 2rem;
  opacity: 1;
  user-select: none;
  font-family: 'nb_architektbold', sans-serif;
  letter-spacing: 0.087em;
  margin-inline: 1ch;
}
.bg-scroller-text.scrambling {
  font-family: 'Monocraft', monospace;
  letter-spacing: 0;
  color: var(--color-background-stable-text);
  opacity: 1;
}
.focus\:text-tron {
  &:focus {
    color: var(--color-blue-tron);
  }
}
.tcd-input-focus {
  border: 1px solid oklch(88.716% 0.09711 208.766 / 0.3);
}
.tcd-input-focus:focus {
  border-color: var(--color-blue-tron);
}
.tcd-float-group {
  position: relative;
}
.tcd-float-group input, .tcd-float-group textarea {
  padding-top: 1.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.75rem;
}
.tcd-float-label {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: inherit;
  color: oklch(88.716% 0.09711 208.766 / 0.35);
  pointer-events: none;
  transition: top 0.2s ease, transform 0.2s ease, color 0.2s ease;
  transform-origin: left top;
}
.tcd-float-group textarea ~ .tcd-float-label {
  top: 1rem;
  transform: translateY(0);
}
.tcd-float-group input:focus ~ .tcd-float-label, .tcd-float-group input:not(:placeholder-shown) ~ .tcd-float-label, .tcd-float-group textarea:focus ~ .tcd-float-label, .tcd-float-group textarea:not(:placeholder-shown) ~ .tcd-float-label {
  top: 0.25rem;
  transform: translateY(0) scale(0.65);
  color: oklch(88.716% 0.09711 208.766 / 0.55);
}
.tcd-pixel-window {
  --pixel-corners: polygon(
    0 18px, 6px 18px, 6px 12px, 12px 12px, 12px 6px, 18px 6px, 18px 0,
    calc(100% - 6px) 0, calc(100% - 6px) 6px, 100% 6px,
    100% calc(100% - 18px), calc(100% - 6px) calc(100% - 18px), calc(100% - 6px) calc(100% - 12px),
    calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) calc(100% - 6px),
    calc(100% - 18px) calc(100% - 6px), calc(100% - 18px) 100%,
    6px 100%, 6px calc(100% - 6px), 0 calc(100% - 6px)
  );
  position: relative;
  isolation: isolate;
  filter: drop-shadow(4px 4px 0 oklch(8% 0.02 208.766 / 0.8));
}
.tcd-pixel-window::before {
  content: '';
  position: absolute;
  inset: -5px;
  background: oklch(50% 0.07 208.766);
  clip-path: var(--pixel-corners);
  z-index: -2;
  box-shadow: inset 3px 3px 0 0 oklch(68% 0.09 208.766), inset -3px -3px 0 0 oklch(32% 0.04 208.766);
}
.tcd-pixel-window::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  clip-path: var(--pixel-corners);
  z-index: -1;
  box-shadow: inset 0 0 0 3px oklch(25% 0.015 208.766);
}
.tcd-hover-bright {
  background-color: var(--color-blue-tron);
}
.tcd-hover-bright:hover {
  background-color: oklch(78.716% 0.09711 208.766);
}
.tcd-hover-border {
  border-color: oklch(88.716% 0.09711 208.766 / 0.5);
}
.tcd-hover-border:hover {
  border-color: var(--color-blue-tron);
}
.tcd-hover-opacity:hover {
  opacity: 0.8;
}
.tcd-hover-fill {
  background-color: transparent;
  color: var(--color-blue-tron);
}
.tcd-hover-fill:hover {
  background-color: var(--color-blue-tron);
  color: #000;
}
.tcd-hover-danger {
  background-color: transparent;
  color: #ef4444;
}
.tcd-hover-danger:hover {
  background-color: #ef4444;
  color: #000;
}
.menu-button {
  position: relative;
  color: var(--color-blue-tron);
  cursor: pointer;
  font-family: 'nb_architektbold', sans-serif;
  text-transform: uppercase;
}
.menu-button::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  bottom: 0.35rem;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  pointer-events: none;
}
@media (hover: hover) {
  .menu-button:hover::before {
    border-color: white;
  }
}
.menu-button.menu-button:active {
  color: white;
}
.menu-button.menu-button:active::before {
  border-color: white;
}
.menu-button:focus {
  color: var(--color-blue-tron);
  outline: none;
}
.menu-button:focus::before {
  border-color: white;
}
.menu-button:focus-visible {
  color: var(--color-blue-tron);
  outline: none;
}
.menu-button:focus-visible::before {
  border-color: white;
}
.menu-bar-gradient-border {
  background-color: #1a1a1a;
  background-image: linear-gradient(to right, transparent 0%, oklch(88.716% 0.09711 208.766) 10%, oklch(88.716% 0.09711 208.766) 90%, transparent 100%), linear-gradient(to right, transparent 0%, oklch(88.716% 0.09711 208.766) 10%, oklch(88.716% 0.09711 208.766) 90%, transparent 100%);
  background-size: 100% 3px, 100% 3px;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
input[type="file"]::file-selector-button {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background-color: #1a1a1a;
  color: var(--color-blue-tron);
  border: 1px solid var(--color-blue-tron);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
input[type="file"]::file-selector-button:hover {
  background-color: var(--color-blue-tron);
  color: #000;
}
input[type="file"]::-webkit-file-upload-button {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background-color: #1a1a1a;
  color: var(--color-blue-tron);
  border: 1px solid var(--color-blue-tron);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
input[type="file"]::-webkit-file-upload-button:hover {
  background-color: var(--color-blue-tron);
  color: #000;
}
.menu-bar-inner {
  overflow: hidden;
}
#menu-bar .logo-container img {
  cursor: pointer;
}
.social-icon {
  display: inline-flex;
  transition: transform 0.2s ease-out, filter 0.2s ease-out;
}
.social-icon:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.social-icon svg {
  shape-rendering: crispEdges;
}
button.social-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.apple-music-img {
  filter: invert(89%) sepia(12%) saturate(500%) hue-rotate(155deg) brightness(1.0);
  image-rendering: pixelated;
  transition: filter 0.2s ease-out;
}
.apple-music-icon:hover .apple-music-img {
  filter: invert(89%) sepia(12%) saturate(500%) hue-rotate(155deg) brightness(1.2);
}
html body [x-cloak], [x-cloak][x-cloak] {
  display: none;
}
:root {
  --tcd-accent: oklch(88.716% 0.09711 208.766);
  --tcd-accent-dim: oklch(88.716% 0.09711 208.766 / 0.5);
  --tcd-bg-card: #1a1a1a;
  --tcd-bg-dark: #0d0d0d;
}
.tcd-audio-player {
  width: 100%;
}
.tcd-waveform-container {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
  border-bottom: none;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.tcd-waveform-container:active {
  cursor: grabbing;
}
.tcd-waveform-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.tcd-spectrum-progress-track {
  width: 100%;
  height: 4px;
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
  border-top: none;
  position: relative;
  cursor: pointer;
}
.tcd-spectrum-progress-fill {
  height: 100%;
  background-color: var(--tcd-accent);
  transition: width 0.1s linear, background-color 0.4s ease;
  pointer-events: none;
  position: relative;
}
.tcd-spectrum-progress-fill::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background-color: var(--color-gold-clu);
  transition: width 0.15s ease, background-color 0.4s ease;
}
.tcd-spectrum-progress-fill.scrubbing {
  background-color: white;
  transition: width 0s, background-color 0s;
}
.tcd-spectrum-progress-fill.scrubbing::after {
  width: 2px;
  background-color: white;
  transition: width 0s, background-color 0s;
}
.tcd-btn {
  border-radius: 0;
  border: 2px solid var(--tcd-accent);
  background-color: transparent;
  color: var(--tcd-accent);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none;
  font-family: 'Monocraft-SemiBold', monospace;
}
.tcd-btn:hover {
  background-color: var(--tcd-accent);
  color: #000;
}
.tcd-btn:active {
  background-color: var(--tcd-accent);
  color: #000;
}
.tcd-btn-play {
  width: 40px;
  height: 40px;
}
.tcd-btn-play .tcd-icon-play, .tcd-btn-play .tcd-icon-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  image-rendering: pixelated;
}
.tcd-btn-play svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  shape-rendering: crispEdges;
}
.tcd-btn-sm {
  width: 32px;
  height: 32px;
}
.tcd-btn-sm svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  shape-rendering: crispEdges;
}
.tcd-progress-bar {
  position: relative;
  height: 16px;
  background-color: var(--tcd-bg-dark);
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.tcd-progress-bar:active {
  cursor: grabbing;
}
.tcd-progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, var(--tcd-accent-dim) 25%, transparent 25%), linear-gradient(-45deg, var(--tcd-accent-dim) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--tcd-accent-dim) 75%), linear-gradient(-45deg, transparent 75%, var(--tcd-accent-dim) 75%);
  background-size: 4px 4px;
  background-position: 0 0, 0 2px, 2px -2px, -2px 0px;
  opacity: 0.5;
}
.tcd-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(45deg, var(--tcd-accent) 25%, transparent 25%), linear-gradient(-45deg, var(--tcd-accent) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--tcd-accent) 75%), linear-gradient(-45deg, transparent 75%, var(--tcd-accent) 75%);
  background-size: 4px 4px;
  background-position: 0 0, 0 2px, 2px -2px, -2px 0px;
  background-color: var(--tcd-bg-dark);
  transition: background-image 0.15s ease;
}
.tcd-progress-bar:hover .tcd-progress-fill {
  background-image: linear-gradient(45deg, white 25%, transparent 25%), linear-gradient(-45deg, white 25%, transparent 25%), linear-gradient(45deg, transparent 75%, white 75%), linear-gradient(-45deg, transparent 75%, white 75%);
}
.tcd-volume-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tcd-volume-track {
  width: 160px;
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  touch-action: none;
}
.tcd-volume-bar-inner {
  width: 100%;
  height: 6px;
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
  position: relative;
  pointer-events: none;
}
.tcd-volume-fill {
  height: 100%;
  background-color: var(--tcd-accent);
  pointer-events: none;
  transition: width 0.05s linear, background-color 0.15s ease;
}
.tcd-volume-head {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 22px;
  background-color: var(--tcd-accent);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.15s ease;
}
.tcd-volume-signals {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  display: flex;
  gap: 2px;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.tcd-volume-signal {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.tcd-volume-signal-bar {
  width: 100%;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  transition: height 0.1s ease, background-color 0.15s ease;
  height: 0px;
}
.tcd-volume-signal.active .tcd-volume-signal-bar {
  background-color: var(--color-orange-clu-program);
}
.tcd-volume-track--active .tcd-volume-signals {
  opacity: 1;
}
.tcd-volume-track--active .tcd-volume-fill {
  background-color: var(--color-orange-clu-program);
}
.tcd-volume-track--active .tcd-volume-head {
  background-color: var(--color-orange-clu-program);
}
.tcd-volume-track--active .tcd-volume-bar-inner {
  border-color: var(--color-orange-clu-program);
}
.tcd-volume-percent {
  font-family: 'Monocraft', monospace;
  font-size: 11px;
  color: var(--tcd-accent);
  min-width: 32px;
  text-align: right;
  transition: color 0.15s ease;
}
.tcd-volume-percent--active {
  color: var(--color-orange-clu-program);
}
.tcd-volume-icon {
  width: 20px;
  height: 20px;
  fill: var(--tcd-accent);
}
.tcd-volume-container {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  cursor: pointer;
}
.tcd-volume-container.muted .tcd-volume-bar {
  background-color: var(--tcd-bg-dark);
  border-color: #444;
}
.tcd-quality-dropdown {
  position: relative;
}
.tcd-quality-btn {
  background-color: transparent;
  border: 1px solid var(--tcd-accent-dim);
  color: var(--tcd-accent);
  font-family: 'Monocraft', monospace;
  font-size: 11px;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tcd-quality-btn:hover {
  border-color: var(--tcd-accent);
  background-color: rgba(255, 255, 255, 0.05);
}
.tcd-quality-btn--disabled, .tcd-quality-btn--disabled:hover {
  cursor: default;
  border-color: var(--tcd-accent-dim);
  background-color: transparent;
}
.tcd-quality-btn svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
.tcd-quality-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 4px;
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent);
  min-width: 80px;
  z-index: 100;
}
.tcd-quality-option {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  color: var(--tcd-accent-dim);
  font-family: 'Monocraft', monospace;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}
.tcd-quality-option:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--tcd-accent);
}
.tcd-quality-option.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcd-time-display {
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.75rem;
  color: var(--tcd-accent);
  min-width: 90px;
  text-align: center;
}
.tcd-video-aspect {
  aspect-ratio: 16 / 9;
}
.tcd-video-player {
  position: relative;
  width: 100%;
  background-color: var(--tcd-bg-dark);
}
.tcd-big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: none;
}
.tcd-big-play::before, .tcd-big-play::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--tcd-accent);
  border-style: solid;
  border-width: 0;
}
.tcd-big-play::before {
  top: 0;
  left: 0;
  border-top-width: 3px;
  border-left-width: 3px;
}
.tcd-big-play::after {
  top: 0;
  right: 0;
  border-top-width: 3px;
  border-right-width: 3px;
}
.tcd-big-play .tcd-corner-bl, .tcd-big-play .tcd-corner-br {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--tcd-accent);
  border-style: solid;
  border-width: 0;
}
.tcd-big-play .tcd-corner-bl {
  bottom: 0;
  left: 0;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.tcd-big-play .tcd-corner-br {
  bottom: 0;
  right: 0;
  border-bottom-width: 3px;
  border-right-width: 3px;
}
.tcd-big-play:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.tcd-big-play:hover::before, .tcd-big-play:hover::after, .tcd-big-play:hover .tcd-corner-bl, .tcd-big-play:hover .tcd-corner-br {
  border-color: white;
}
.tcd-big-play:hover svg {
  fill: white;
}
.tcd-big-play svg {
  width: 32px;
  height: 32px;
  fill: var(--tcd-accent);
  margin-left: 4px;
  shape-rendering: crispEdges;
}
.tcd-btn-fullscreen {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcd-btn-fullscreen svg {
  width: 18px;
  height: 18px;
  fill: var(--tcd-accent);
}
.tcd-btn-fullscreen:hover svg {
  fill: white;
}
#menu-bar {
  top: 0;
  padding: 7px 7px 4px 7px;
}
.menu-bar-inner {
  min-height: 88px;
}
.tcd-content-wrapper {
  padding-top: 140px;
}
.tcd-mobile-nav {
  display: none;
}
.tcd-mobile-tracks {
  display: none;
}
.tcd-mobile-track-grid {
  transition: opacity 0.3s ease;
}
.tcd-mobile-track-grid--faded {
  opacity: 0;
  pointer-events: none;
}
.tcd-vinyl-player {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #0d0d0d;
  display: flex;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.tcd-vinyl-player--visible {
  opacity: 1;
  pointer-events: auto;
}
.tcd-vinyl-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
}
.tcd-vinyl-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  border: none;
  color: white;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 1.25rem;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tcd-vinyl-close--visible {
  opacity: 1;
}
.tcd-vinyl-track-title {
  font-family: 'Monocraft-SemiBold', monospace;
  color: white;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcd-vinyl-track-title--visible {
  opacity: 1;
}
.tcd-vinyl-stage {
  position: relative;
  width: 70vw;
  max-width: 300px;
  aspect-ratio: 1;
  margin: 0 auto;
  flex-shrink: 0;
}
.tcd-vinyl-sleeve {
  position: absolute;
  inset: -5%;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 2;
}
.tcd-vinyl-sleeve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcd-vinyl-sleeve-tint {
  position: absolute;
  inset: 0;
  background-color: var(--color-orange-clu-program);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.tcd-vinyl-sleeve--opened .tcd-vinyl-sleeve-tint {
  opacity: 0.5;
}
.tcd-vinyl-disc {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  touch-action: none;
  transition: transform 0.6s ease-out;
}
.tcd-vinyl-disc img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tcd-vinyl-disc-img--hidden {
  visibility: hidden;
}
.tcd-vinyl-disc-flip {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tcd-vinyl-disc-flip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  border-radius: 0;
}
.tcd-vinyl-disc--emerging {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(75%);
}
.tcd-vinyl-disc--returning {
  z-index: 3;
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transform: translateX(0);
}
.tcd-vinyl-disc--settled {
  z-index: 3;
}
.tcd-vinyl-disc--closing-out {
  z-index: 3;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(75%);
}
.tcd-vinyl-disc--closing-behind {
  z-index: 1;
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transform: translateX(0);
}
.tcd-vinyl-disc--scrubbing {
  animation: none;
  transition: none;
}
.tcd-vinyl-controls-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tcd-vinyl-controls-area--visible {
  opacity: 1;
}
.tcd-vinyl-timeline {
  width: 100%;
  height: 4px;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  touch-action: none;
}
.tcd-vinyl-timeline-track {
  width: 100%;
  height: 4px;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  border-radius: 2px;
  position: relative;
  touch-action: none;
  pointer-events: none;
}
.tcd-vinyl-timeline-fill {
  height: 100%;
  background-color: var(--color-blue-tron);
  border-radius: 2px;
}
.tcd-vinyl-timeline-head {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--color-blue-tron);
  transform: translate(-50%, -50%);
  transition: height 0.15s ease, background-color 0.15s ease;
  pointer-events: none;
}
.tcd-vinyl-timeline--dragging .tcd-vinyl-timeline-head {
  height: 44px;
  width: 4px;
  background-color: var(--color-orange-clu-program);
}
.tcd-vinyl-timeline--dragging .tcd-vinyl-timeline-fill {
  background-color: var(--color-orange-clu-program);
}
.tcd-vinyl-time {
  display: flex;
  justify-content: space-between;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.6875rem;
  color: oklch(88.716% 0.09711 208.766 / 0.5);
}
.tcd-vinyl-transport {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.tcd-vinyl-transport button {
  background: none;
  border: none;
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.tcd-vinyl-transport button svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.tcd-vinyl-transport-play svg {
  width: 36px;
  height: 36px;
}
.tcd-vinyl-volume-row {
  width: 100%;
  margin-top: 10px;
}
.tcd-vinyl-volume-track {
  flex: 1;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  touch-action: none;
}
.tcd-vinyl-volume-bar {
  width: 100%;
  height: 6px;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  position: relative;
  pointer-events: none;
}
.tcd-vinyl-volume-fill {
  height: 100%;
  background-color: var(--color-blue-tron);
  transition: background-color 0.15s ease;
}
.tcd-vinyl-volume-head {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 44px;
  background-color: var(--color-blue-tron);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.15s ease;
}
.tcd-vinyl-volume-signals {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  display: flex;
  gap: 2px;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.tcd-vinyl-volume-signal {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.tcd-vinyl-volume-signal-top {
  width: 100%;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  transition: height 0.1s ease, background-color 0.15s ease;
  height: 0px;
}
.tcd-vinyl-volume-signal.active .tcd-vinyl-volume-signal-top {
  background-color: var(--color-orange-clu-program);
}
.tcd-vinyl-volume-percent {
  text-align: center;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.625rem;
  color: var(--color-orange-clu-program);
  opacity: 0;
  transition: opacity 0.15s ease;
  margin-top: 4px;
  pointer-events: none;
}
.tcd-vinyl-volume-track--active .tcd-vinyl-volume-signals {
  opacity: 1;
}
.tcd-vinyl-volume-track--active .tcd-vinyl-volume-fill {
  background-color: var(--color-orange-clu-program);
}
.tcd-vinyl-volume-track--active .tcd-vinyl-volume-head {
  background-color: var(--color-orange-clu-program);
}
.tcd-vinyl-volume-percent--visible {
  opacity: 1;
}
.tcd-mini-player {
  position: fixed;
  z-index: 200;
  width: 220px;
  bottom: 20px;
  right: 20px;
  background-color: var(--tcd-bg-dark);
  border: 2px solid var(--tcd-accent);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  user-select: none;
}
.tcd-mini-player-close {
  position: absolute;
  top: 6px;
  right: 6px;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  z-index: 1;
}
.tcd-mini-player-close svg {
  width: 12px;
  height: 12px;
  fill: #666;
}
.tcd-mini-player-close:hover svg {
  fill: var(--tcd-accent);
}
.tcd-mini-player-top {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}
.tcd-mini-player-cover {
  width: 110px;
  height: 110px;
  background-color: var(--tcd-bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.tcd-mini-player-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcd-mini-player-track-title {
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.75rem;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tcd-mini-player-timeline {
  height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tcd-mini-player-timeline-track {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: oklch(22% 0.04 208.734 / 0.5);
}
.tcd-mini-player-timeline-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--tcd-accent);
}
.tcd-mini-player-timeline-head {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 16px;
  background-color: var(--tcd-accent);
}
.tcd-mini-player-time {
  display: flex;
  justify-content: space-between;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.625rem;
  color: #666;
}
.tcd-mini-player-transport {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.tcd-mini-player-transport button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcd-mini-player-transport-play {
  width: 32px;
  height: 32px;
}
.tcd-mini-player-transport-play svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.tcd-mini-player-volume {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 0;
}
.tcd-mini-player-volume-percent {
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.5rem;
  color: var(--tcd-accent);
  transition: color 0.15s;
}
.tcd-mini-player-volume-percent--active {
  color: var(--color-orange-clu-program);
}
.tcd-mini-player-volume-track {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.tcd-mini-player-volume-bar {
  position: relative;
  width: 4px;
  height: 100%;
  background-color: oklch(22% 0.04 208.734 / 0.5);
}
.tcd-mini-player-volume-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--tcd-accent);
}
.tcd-mini-player-volume-track--active .tcd-mini-player-volume-fill {
  background-color: var(--color-orange-clu-program);
}
.tcd-mini-player-volume-head {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 16px;
  height: 4px;
  background-color: var(--tcd-accent);
}
.tcd-mini-player-volume-track--active .tcd-mini-player-volume-head {
  background-color: var(--color-orange-clu-program);
}
.tcd-mini-player-volume-signals {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.tcd-mini-player-volume-signal {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.tcd-mini-player-volume-signal-bar {
  height: 6px;
  background-color: var(--color-orange-clu-program);
  transition: width 0.15s ease-out;
}
.tcd-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.tcd-modal {
  width: 100%;
  max-width: 800px;
  background-color: var(--tcd-bg-dark);
  border: 2px solid var(--tcd-accent);
  position: relative;
}
.tcd-modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid var(--tcd-accent-dim);
  text-align: center;
}
.tcd-modal-title {
  font-family: 'nb_architektbold', sans-serif;
  font-size: 18px;
  color: var(--color-gold-clu);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tcd-modal-title br {
  display: none;
}
.tcd-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  z-index: 1;
  padding: 0;
  background: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, background-color 0.15s;
}
.tcd-modal-close svg {
  width: 18px;
  height: 18px;
  fill: var(--tcd-accent-dim);
  transition: fill 0.15s;
}
.tcd-modal-close:hover {
  border-color: var(--tcd-accent);
  background-color: var(--tcd-accent);
}
.tcd-modal-close:hover svg {
  fill: var(--tcd-bg-dark);
}
.tcd-modal-body {
  padding: 0;
  background-color: var(--tcd-bg-card);
}
.tcd-modal-body iframe {
  display: block;
}
.tcd-modal-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--tcd-accent-dim);
  text-align: center;
}
.tcd-modal-link {
  display: inline-block;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 14px;
  color: #000000;
  background-color: var(--tcd-accent);
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}
.tcd-modal-link:hover {
  background-color: oklch(78.716% 0.09711 208.766);
  color: #000000;
}
@media (max-width: 480px) {
  .tcd-modal {
    max-width: 100%;
  }
  .tcd-modal-title {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .tcd-modal-title br {
    display: block;
  }
  .tcd-modal-close {
    top: -12px;
    right: -12px;
  }
  .tcd-modal-link {
    font-size: 12px;
    padding: 0.6rem 1.2rem;
  }
}
@keyframes tcd-live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes tcd-live-text-fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.menu-button-live {
  position: relative;
  cursor: pointer;
  font-family: 'nb_architektbold', sans-serif;
  text-transform: uppercase;
  color: #ff3b3b;
  text-decoration: none;
  animation: tcd-live-text-fade 2s ease-in-out infinite;
}
.menu-button-live::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  bottom: 0.35rem;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  pointer-events: none;
}
@media (hover: hover) {
  .menu-button-live:hover::before {
    border-color: #ff3b3b;
  }
  .menu-button-live:hover {
    animation: none;
    opacity: 1;
  }
}
.menu-button-live.menu-button-live:active {
  color: #ff6b6b;
}
.menu-button-live.menu-button-live:active::before {
  border-color: #ff6b6b;
}
.tcd-live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--tcd-accent);
  border-radius: 0;
  animation: tcd-live-pulse 1.5s ease-in-out infinite;
}
.tcd-stream-player {
  width: 100%;
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
}
.tcd-stream-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
}
.tcd-stream-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.tcd-stream-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--tcd-bg-dark);
  border-top: 1px solid var(--tcd-accent-dim);
}
.tcd-stream-volume-track {
  flex: 1;
  max-width: 200px;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  touch-action: none;
}
.tcd-stream-volume-bar {
  width: 100%;
  height: 6px;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  position: relative;
  pointer-events: none;
}
.tcd-stream-volume-fill {
  height: 100%;
  background-color: var(--color-blue-tron);
  transition: background-color 0.15s ease;
}
.tcd-stream-volume-head {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 14px;
  background-color: var(--color-blue-tron);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background-color 0.15s ease;
}
.tcd-stream-volume-signals {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 5px);
  display: flex;
  gap: 2px;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.tcd-stream-volume-signal {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.tcd-stream-volume-signal-top {
  width: 100%;
  background-color: oklch(88.716% 0.09711 208.766 / 0.15);
  transition: height 0.1s ease, background-color 0.15s ease;
  height: 0px;
}
.tcd-stream-volume-signal.active .tcd-stream-volume-signal-top {
  background-color: var(--color-orange-clu-program);
}
.tcd-stream-volume-track--active .tcd-stream-volume-signals {
  opacity: 1;
}
.tcd-stream-volume-track--active .tcd-stream-volume-fill {
  background-color: var(--color-orange-clu-program);
}
.tcd-stream-volume-track--active .tcd-stream-volume-head {
  background-color: var(--color-orange-clu-program);
}
.tcd-stream-volume-percent {
  text-align: center;
  font-family: 'Monocraft-SemiBold', monospace;
  font-size: 0.625rem;
  color: oklch(88.716% 0.09711 208.766);
  min-width: 32px;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.tcd-stream-volume-percent--visible {
  opacity: 1;
}
.tcd-stream-mute-btn {
  display: none;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--tcd-accent);
}
.tcd-stream-mute-btn svg {
  width: 22px;
  height: 22px;
}
.tcd-stream-mute-btn .tcd-mute-bar {
  fill: var(--color-blue-tron);
}
.tcd-stream-chat {
  background-color: var(--tcd-bg-dark);
  border: 1px solid var(--tcd-accent-dim);
  border-top: none;
}
.tcd-stream-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--tcd-accent-dim);
}
.tcd-stream-chat-messages {
  height: 250px;
  overflow-y: auto;
  padding: 0.5rem 0.75rem;
  scroll-behavior: smooth;
}
.tcd-stream-chat-msg {
  padding: 0.25rem 0;
  word-break: break-word;
}
.tcd-stream-chat-input {
  display: flex;
  border-top: 1px solid var(--tcd-accent-dim);
}
.tcd-stream-chat-input input {
  border: none;
}
.tcd-stream-chat-input .tcd-btn {
  border: none;
  border-left: 1px solid var(--tcd-accent-dim);
  border-radius: 0;
}
.tcd-stream-offline {
  width: 100%;
}
.tcd-stream-chat-messages::-webkit-scrollbar {
  width: 6px;
}
.tcd-stream-chat-messages::-webkit-scrollbar-track {
  background: var(--tcd-bg-dark);
}
.tcd-stream-chat-messages::-webkit-scrollbar-thumb {
  background-color: var(--color-blue-tron);
  border-radius: 0;
}
.tcd-stream-player:fullscreen, .tcd-stream-player:-webkit-full-screen {
  display: flex;
  flex-direction: column;
  background-color: #000;
}
.tcd-stream-player:fullscreen .tcd-stream-video-wrapper, .tcd-stream-player:-webkit-full-screen .tcd-stream-video-wrapper {
  flex: 1;
  aspect-ratio: unset;
}
.tcd-stream-player:fullscreen .tcd-stream-controls, .tcd-stream-player:-webkit-full-screen .tcd-stream-controls {
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  #mini-terminal {
    display: none;
  }
}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
  .tcd-desktop-tracks {
    display: none;
  }
  .tcd-mobile-tracks {
    display: block;
  }
  .tcd-mobile-track-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .tcd-mobile-track-item {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #1a1a1a;
    border: 1px solid oklch(88.716% 0.09711 208.766 / 0.2);
    transition: border-color 0.15s ease;
  }
  .tcd-mobile-track-item:active {
    border-color: var(--color-blue-tron);
  }
  .tcd-mobile-track-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }
  .tcd-mobile-track-item-placeholder {
    width: 100%;
    aspect-ratio: 1;
    background-color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tcd-mobile-track-item-placeholder span {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 2rem;
    color: oklch(88.716% 0.09711 208.766 / 0.3);
  }
  .tcd-mobile-track-info {
    padding: 0.5rem;
  }
  .tcd-mobile-track-info h3 {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 0.75rem;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tcd-mobile-track-info span {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 0.625rem;
    color: oklch(88.716% 0.09711 208.766 / 0.5);
  }
  .tcd-content-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 90px;
  }
  .tcd-logo-spacer {
    display: none;
  }
  .typewriter-header {
    font-size: 0.9em;
  }
  .tcd-name-heading {
    font-size: clamp(2.5rem, 12vw, 4rem);
    line-height: 1.1;
    word-spacing: 100vw;
  }
  button.social-icon {
    min-height: auto;
  }
  .text-3xl {
    font-size: 1.5rem;
  }
  button, a.px-3, a.px-4, input[type="submit"] {
    min-height: 44px;
  }
  input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="file"], textarea, select {
    min-height: 44px;
  }
  #menu-bar .menu-bar-inner {
    min-height: 64px;
    border-radius: 32px;
    padding: 0.5rem 1rem;
  }
  #menu-bar .logo-container img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }
  #menu-bar .logo-container {
    display: none;
  }
  .tcd-desktop-nav {
    display: none;
  }
  .tcd-mobile-nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.5rem;
    gap: 0.75rem;
  }
  .tcd-mobile-nav-logo {
    flex-shrink: 0;
  }
  .tcd-mobile-nav-logo img {
    width: 48px;
    height: 48px;
  }
  .tcd-mobile-nav-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    overflow: hidden;
    position: relative;
    min-height: 44px;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }
  .tcd-mobile-nav-arrow {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 0.875rem;
    color: oklch(88.716% 0.09711 208.766 / 0.4);
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .tcd-mobile-nav-arrow:active {
    color: var(--color-blue-tron);
  }
  .tcd-mobile-nav-page {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 0.9375rem;
    color: white;
    white-space: nowrap;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .tcd-mobile-nav-action a {
    font-family: 'Monocraft-SemiBold', monospace;
    font-size: 0.75rem;
    color: var(--color-blue-tron);
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
  }
  .tcd-mobile-nav-action--active a {
    border-color: currentColor;
  }
  .tcd-mobile-nav-center--dimmed {
    opacity: 0.35;
  }
  .font-nb-architekt-bold {
    font-size: clamp(1.5rem, 8vw, 3rem);
  }
  .tcd-volume-control {
    max-width: calc(100% - 1rem);
  }
  .tcd-track-cover {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .tcd-waveform-canvas {
    height: 80px;
  }
  .tcd-track-controls {
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .tcd-dash-header {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .tcd-dash-stat {
    padding: 0.75rem;
  }
  .tcd-dash-stat h3 {
    font-size: 0.875rem;
  }
  .tcd-dash-stat p.text-3xl {
    font-size: 1.5rem;
  }
  .tcd-dash-quick .flex {
    gap: 0.375rem;
  }
  .tcd-dash-quick a {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }
  .tcd-dash-card-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .tcd-dash-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.375rem;
  }
  .tcd-dash-actions button, .tcd-dash-actions a {
    font-size: 0.6875rem;
    padding: 0.375rem 0.625rem;
  }
  .tcd-dash-header-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.375rem;
  }
  .tcd-dash-header-actions a {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
  .bg-scroller-row:nth-child(3n) {
    display: none;
  }
  .bg-scroller-text {
    font-size: 1.5rem;
  }
  .tcd-stream-controls {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .tcd-stream-volume-track {
    display: none;
  }
  .tcd-stream-volume-percent {
    display: none;
  }
  .tcd-stream-mute-btn {
    display: flex;
  }
  .tcd-quality-btn {
    min-height: 0;
    height: 28px;
    padding: 2px 8px;
    line-height: 1;
  }
  .tcd-stream-chat-messages {
    height: 200px;
  }
  .tcd-past-stream-layout {
    flex-direction: column;
    gap: 0.75rem;
  }
  .tcd-past-stream-thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .tcd-past-stream-meta {
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
  }
}
@media (max-width: 480px) {
  .tcd-content-wrapper {
    padding-top: 16px;
    padding-bottom: 90px;
  }
  #menu-bar {
    top: auto;
    bottom: 0;
    padding: 4px 7px 7px 7px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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;
    }
  }
}
