@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap";
/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: #fb2c36;
    --color-red-700: #bf000f;
    --color-amber-400: #fcbb00;
    --color-amber-600: #dd7400;
    --color-lime-400: #9de500;
    --color-lime-600: #62a400;
    --color-green-500: #00c758;
    --color-green-700: #008138;
    --color-cyan-400: #00d2ef;
    --color-cyan-600: #0092b5;
    --color-blue-400: #54a2ff;
    --color-blue-600: #155dfc;
    --color-violet-600: #7f22fe;
    --color-purple-500: #ac4bff;
    --color-pink-400: #fb64b6;
    --color-pink-600: #e30076;
    --spacing: .25rem;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-lime-400: lab(83.7876% -45.0447 88.4738);
      --color-lime-600: lab(61.1055% -41.0235 73.1483);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-cyan-400: lab(76.6045% -40.9406 -29.6231);
      --color-cyan-600: lab(55.1767% -26.7496 -30.5139);
      --color-blue-400: lab(65.0361% -1.42065 -56.9802);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-violet-600: lab(41.088% 68.9966 -91.995);
      --color-purple-500: lab(52.0183% 66.11 -78.2316);
      --color-pink-400: lab(64.5597% 64.3615 -12.7988);
      --color-pink-600: lab(49.5493% 79.8381 2.31768);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .table {
    display: table;
  }

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

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

  .from-amber-600 {
    --tw-gradient-from: var(--color-amber-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-cyan-600 {
    --tw-gradient-from: var(--color-cyan-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-green-700 {
    --tw-gradient-from: var(--color-green-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-lime-600 {
    --tw-gradient-from: var(--color-lime-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-pink-600 {
    --tw-gradient-from: var(--color-pink-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-red-700 {
    --tw-gradient-from: var(--color-red-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-violet-600 {
    --tw-gradient-from: var(--color-violet-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-amber-400 {
    --tw-gradient-to: var(--color-amber-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-blue-400 {
    --tw-gradient-to: var(--color-blue-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-cyan-400 {
    --tw-gradient-to: var(--color-cyan-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-green-500 {
    --tw-gradient-to: var(--color-green-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-lime-400 {
    --tw-gradient-to: var(--color-lime-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-pink-400 {
    --tw-gradient-to: var(--color-pink-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-purple-500 {
    --tw-gradient-to: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-red-500 {
    --tw-gradient-to: var(--color-red-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .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));
  }

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

:root {
  --col-primary: #00f0ff;
  --col-primary-hover: #33f5ff;
  --col-text-primary: #ffffffeb;
  --col-text-secondary: #fff9;
  --col-text-muted: #ffffff61;
  --col-text-invert: #000;
  --col-bg: #0a0a12;
  --col-surface: #12121e;
  --col-surface-2: #1a1a2e;
  --col-surface-3: #22223a;
  --col-border: #ffffff14;
  --col-border-strong: #ffffff2e;
  --neon-cyan: #00f0ff;
  --neon-magenta: #ff00e5;
  --neon-lime: #39ff14;
  --neon-amber: #ffb800;
  --neon-violet: #8b5cf6;
  --col-info: #00f0ff;
  --col-warning: #ffb800;
  --col-critical: #f44;
  --col-success: #39ff14;
  --glow-cyan: 0 0 12px #00f0ff66, 0 0 32px #00f0ff26;
  --glow-magenta: 0 0 12px #ff00e566, 0 0 32px #ff00e526;
  --glow-lime: 0 0 12px #39ff1466, 0 0 32px #39ff1426;
  --glow-amber: 0 0 12px #ffb80066, 0 0 32px #ffb80026;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-tile: 0 2px 10px #0006;
  --shadow-lift: 0 10px 28px #0000008c;
  --shadow-header: 0 2px 14px #00000080;
  --font-ui: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --font-display: "Orbitron", sans-serif;
  --dur: .22s;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 64px;
}

[data-theme="light"] {
  --col-primary: #05c;
  --col-primary-hover: #0040a3;
  --col-text-primary: #101830f2;
  --col-text-secondary: #101830ad;
  --col-text-muted: #1018306b;
  --col-text-invert: #fff;
  --col-bg: #f8f9fb;
  --col-surface: #fff;
  --col-surface-2: #f0f2f7;
  --col-surface-3: #e6eaf3;
  --col-border: #1018301a;
  --col-border-strong: #10183033;
  --neon-cyan: #08d;
  --neon-magenta: #d02878;
  --neon-lime: #1b8a1b;
  --neon-amber: #f57c00;
  --neon-violet: #6b5dd6;
  --col-info: #08d;
  --col-warning: #f57c00;
  --col-critical: #d32f2f;
  --col-success: #1b8a1b;
  --glow-cyan: 0 0 12px #0088dd26, 0 0 32px #0088dd0d;
  --glow-magenta: 0 0 12px #d028781f, 0 0 32px #d028780a;
  --glow-lime: 0 0 12px #1b8a1b1f, 0 0 32px #1b8a1b0a;
  --glow-amber: 0 0 12px #f57c001f, 0 0 32px #f57c000a;
  --shadow-tile: 0 2px 10px #10183014;
  --shadow-lift: 0 8px 20px #1018301f;
  --shadow-header: 0 2px 12px #1018300f;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--font-ui);
  color: var(--col-text-primary);
  background: var(--col-bg);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

[data-theme="dark"] body:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#00f0ff08 1px, #0000 1px), linear-gradient(90deg, #00f0ff08 1px, #0000 1px);
  background-size: 48px 48px;
  position: fixed;
  inset: 0;
}

[data-theme="light"] body:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#00000005 1px, #0000 1px), linear-gradient(90deg, #00000005 1px, #0000 1px);
  background-size: 48px 48px;
  position: fixed;
  inset: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--col-border-strong) transparent;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: var(--col-border-strong);
  border-radius: 99px;
}

.app {
  z-index: 1;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.main {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nw-header {
  height: var(--header-height);
  background: var(--col-surface);
  color: var(--col-text-primary);
  box-shadow: var(--shadow-header);
  z-index: 100;
  border-bottom: 1px solid var(--col-border);
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  display: flex;
  position: sticky;
  top: 0;
}

[data-theme="dark"] .nw-header {
  background: var(--col-surface);
  border-bottom-color: #ffffff14;
}

[data-theme="light"] .nw-header {
  background: linear-gradient(#fff 0%, #f8f9fb 100%);
  border-bottom-color: #10183014;
}

.nw-header__logo {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.nw-header__logo-img {
  object-fit: contain;
  object-position: left center;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  height: 32px;
  display: block;
}

[data-theme="dark"] .nw-header__logo-img {
  filter: brightness(0) invert();
}

[data-theme="light"] .nw-header__logo-img {
  filter: brightness(0) invert(0);
}

.nw-header__divider {
  background: var(--col-border-strong);
  flex-shrink: 0;
  width: 1px;
  height: 24px;
}

.nw-header__title-area {
  flex-direction: column;
  gap: 1px;
  display: flex;
}

.nw-header__title {
  font-family: var(--font-display);
  color: var(--col-text-primary);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.nw-header__subtitle {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  opacity: .7;
  font-size: 10px;
  line-height: 1;
}

.nw-header__status {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--neon-lime);
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.nw-header__status-dot {
  background: var(--neon-lime);
  width: 7px;
  height: 7px;
  box-shadow: var(--glow-lime);
  border-radius: 50%;
  flex-shrink: 0;
  animation: 2.4s ease-in-out infinite pulse-dot;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    box-shadow: var(--glow-lime);
  }

  50% {
    opacity: .55;
    box-shadow: 0 0 20px #39ff1480;
  }
}

.nw-header__spacer {
  flex: 1;
}

.nw-header__nav {
  align-items: center;
  gap: 4px;
  display: flex;
}

.nw-header__nav-link {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--col-text-secondary);
  border-radius: var(--radius-sm);
  transition: all var(--dur) var(--ease);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.nw-header__nav-link:hover {
  color: var(--neon-cyan);
  background: #00f0ff0f;
}

.nw-header__actions {
  align-items: center;
  gap: 8px;
  display: flex;
}

.theme-switcher {
  background: var(--col-surface-2);
  border: 1.5px solid var(--col-border-strong);
  border-radius: var(--radius-sm);
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: var(--col-text-primary);
  transition: all var(--dur) var(--ease);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.theme-switcher--dark {
  background: linear-gradient(135deg, #00f0ff14 0%, #8b5cf614 100%);
  border-color: #00f0ff40;
}

.theme-switcher--dark:hover {
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  box-shadow: var(--glow-cyan);
  background: linear-gradient(135deg, #00f0ff26 0%, #8b5cf626 100%);
  transform: scale(1.08);
}

.theme-switcher--light {
  background: linear-gradient(135deg, #0088dd0f 0%, #6b5dd60f 100%);
  border-color: #08d3;
}

.theme-switcher--light:hover {
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  background: linear-gradient(135deg, #0088dd1f 0%, #6b5dd61f 100%);
  transform: scale(1.08);
  box-shadow: 0 0 16px #08d3;
}

.theme-switcher__icon {
  stroke-width: 2px;
  fill: none;
  width: 16px;
  height: 16px;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
  display: block;
}

.theme-switcher:hover .theme-switcher__icon {
  transform: rotate(20deg)scale(1.1);
}

.nw-header__clock {
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  display: flex;
}

.nw-header__date {
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--col-text-muted);
  font-size: 10px;
}

.nw-header__time {
  font-family: var(--font-mono);
  letter-spacing: .04em;
  font-variant-numeric: tabular-nums;
  color: var(--neon-cyan);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.loading-overlay {
  background: var(--col-bg);
  z-index: 1000;
  animation: overlay-fadeout .5s var(--ease) 1.2s forwards;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

[data-theme="light"] .loading-overlay {
  background: linear-gradient(#101830f2 0%, #101830e6 100%);
}

@keyframes overlay-fadeout {
  to {
    opacity: 0;
    pointer-events: none;
  }
}

.loading-overlay__logo {
  filter: brightness(0) invert();
  height: 32px;
}

.loading-overlay__spinner {
  border: 2px solid #ffffff14;
  border-top-color: var(--neon-cyan);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .8s linear infinite _spin;
}

@keyframes _spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-overlay__text {
  font-family: var(--font-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--col-text-muted);
  font-size: 11px;
}

[data-theme="light"] .loading-overlay__text {
  color: #ffffffb3;
}

[data-theme="light"] .loading-overlay__spinner {
  border-color: #fff #ffffff26 #ffffff26;
}

.tile {
  background: var(--col-surface);
  border: 1px solid var(--col-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-tile);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), border-color var(--dur);
  overflow: hidden;
}

[data-theme="dark"] .tile {
  border-color: var(--col-border);
}

[data-theme="dark"] .tile:hover {
  box-shadow: var(--shadow-lift);
  border-color: var(--col-border-strong);
  transform: translateY(-2px);
}

[data-theme="light"] .tile {
  border-color: #0088dd1f;
  box-shadow: 0 2px 8px #1018300f;
}

[data-theme="light"] .tile:hover {
  border-color: #08d3;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #0088dd1a;
}

.tile__header {
  border-bottom: 1px solid var(--col-border);
  background: var(--col-surface-2);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  display: flex;
}

.tile__label {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--col-text-secondary);
  font-size: 10px;
  font-weight: 600;
}

.tile__body {
  padding: 18px;
}

.btn {
  font-family: var(--font-ui);
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
  height: 36px;
  transition: all var(--dur) var(--ease);
  border: 1px solid #0000;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  transform: none !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-violet));
  color: #000;
  box-shadow: var(--glow-cyan);
  border-color: #0000;
  font-weight: 700;
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 0 20px #00f0ff80, 0 0 40px #00f0ff33;
}

[data-theme="light"] .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #08d, #6b5dd6);
  box-shadow: 0 4px 12px #0088dd40;
}

[data-theme="light"] .btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #0088dd59;
}

.btn-secondary {
  background: var(--col-surface-2);
  color: var(--col-text-primary);
  border-color: var(--col-border-strong);
}

.btn-secondary:hover:not(:disabled) {
  background: var(--col-surface-3);
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  transform: translateY(-1px);
}

.btn-ghost {
  color: var(--col-text-secondary);
  border-color: var(--col-border);
  background: none;
}

.btn-ghost:hover:not(:disabled) {
  background: var(--col-surface-2);
  color: var(--neon-cyan);
  border-color: #00f0ff4d;
}

[data-theme="light"] .btn-ghost:hover:not(:disabled) {
  color: var(--neon-cyan);
  background: #0088dd14;
  border-color: #0088dd4d;
}

.btn-success {
  color: var(--neon-lime);
  background: #39ff141a;
  border-color: #39ff144d;
}

.btn-success:hover:not(:disabled) {
  box-shadow: var(--glow-lime);
  background: #39ff142e;
  transform: translateY(-1px);
}

[data-theme="light"] .btn-success {
  color: var(--neon-lime);
  background: #1b8a1b14;
  border-color: #1b8a1b40;
}

[data-theme="light"] .btn-success:hover:not(:disabled) {
  background: #1b8a1b26;
}

.btn-danger {
  color: var(--col-critical);
  background: #ff44441a;
  border-color: #ff444440;
}

.btn-danger:hover:not(:disabled) {
  background: #ff44442e;
  transform: translateY(-1px);
}

.btn-warning {
  color: var(--neon-amber);
  background: #ffb8001a;
  border-color: #ffb8004d;
}

.btn-warning:hover:not(:disabled) {
  box-shadow: var(--glow-amber);
  background: #ffb8002e;
  transform: translateY(-1px);
}

[data-theme="light"] .btn-warning {
  color: var(--neon-amber);
  background: #f57c0014;
  border-color: #f57c0040;
}

[data-theme="light"] .btn-warning:hover:not(:disabled) {
  background: #f57c0026;
}

.btn-block {
  width: 100%;
}

.input {
  background: var(--col-surface-2);
  border: 1px solid var(--col-border-strong);
  width: 100%;
  color: var(--col-text-primary);
  font-family: var(--font-ui);
  border-radius: var(--radius-sm);
  height: 40px;
  transition: border-color var(--dur), box-shadow var(--dur);
  outline: none;
  padding: 0 12px;
  font-size: 14px;
}

.input:focus {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 0 3px #00f0ff1f;
}

.input::placeholder {
  color: var(--col-text-muted);
}

select.input {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-opacity='.4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 32px;
}

.field-label {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--col-text-secondary);
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.pill {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 99px;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
}

.pill-draft {
  background: var(--col-surface-3);
  color: var(--col-text-muted);
  border-color: var(--col-border);
}

.pill-active {
  color: var(--neon-lime);
  background: #39ff1414;
  border-color: #39ff1440;
}

.pill-finished {
  color: var(--neon-amber);
  background: #ffb80014;
  border-color: #ffb80040;
}

.pill-active:before {
  content: "";
  background: var(--neon-lime);
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  animation: 2s ease-in-out infinite pulse-dot;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
}

.data-table th {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--col-text-muted);
  background: var(--col-surface-2);
  border-bottom: 1px solid var(--col-border);
  text-align: left;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 600;
}

.data-table td {
  border-bottom: 1px solid var(--col-border);
  color: var(--col-text-primary);
  padding: 11px 16px;
  font-size: 13px;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tbody tr {
  transition: background var(--dur);
}

.data-table tbody tr:hover {
  background: var(--col-surface-2);
}

.info-row {
  border-bottom: 1px solid var(--col-border);
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.info-row:last-child {
  border-bottom: none;
}

.info-row__label {
  color: var(--col-text-muted);
  font-size: 13px;
}

.info-row__value {
  font-family: var(--font-mono);
  color: var(--col-text-primary);
  font-size: 13px;
  font-weight: 600;
}

.player-row {
  border-bottom: 1px solid var(--col-border);
  transition: background var(--dur);
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  display: flex;
}

.player-row:last-child {
  border-bottom: none;
}

.player-row:hover {
  background: var(--col-surface-2);
}

.avatar {
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  color: #fff;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.av-sm {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.av-md {
  width: 40px;
  height: 40px;
  font-size: 15px;
}

.av-lg {
  width: 56px;
  height: 56px;
  font-size: 20px;
}

.av-xl {
  width: 72px;
  height: 72px;
  font-size: 26px;
}

.match-card {
  background: var(--col-surface);
  border: 1px solid var(--col-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-tile);
  transition: box-shadow var(--dur), transform var(--dur), border-color var(--dur);
  padding: 16px;
  position: relative;
}

.match-card:hover {
  box-shadow: var(--shadow-lift);
  border-color: #00f0ff4d;
  transform: translateY(-2px);
}

.match-card:before {
  content: "";
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-magenta));
  z-index: -1;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  inset: -1px;
}

.match-card:hover:before {
  opacity: 1;
}

.vs-badge {
  font-family: var(--font-display);
  letter-spacing: .1em;
  color: var(--neon-magenta);
  background: var(--col-surface-2);
  border-radius: var(--radius-sm);
  box-shadow: var(--glow-magenta);
  text-shadow: 0 0 8px #ff00e580;
  border: 1px solid #ff00e54d;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.game-badge {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--neon-cyan);
  background: #00f0ff0f;
  border: 1px solid #00f0ff33;
  border-radius: 99px;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.toast {
  z-index: 999;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  pointer-events: none;
  letter-spacing: .04em;
  box-shadow: var(--shadow-lift);
  max-width: 320px;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: fixed;
  top: 72px;
  right: 20px;
}

.toast-ok {
  background: var(--neon-lime);
  color: #000;
}

.toast-error {
  background: var(--col-critical);
  color: #fff;
}

.toast-show {
  opacity: 1;
  transform: translateY(0);
}

.toast-hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.sh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.sh__title {
  font-family: var(--font-display);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--col-text-secondary);
  font-size: 11px;
  font-weight: 600;
}

.sh__badge {
  font-family: var(--font-mono);
  color: var(--neon-cyan);
  background: #00f0ff14;
  border: 1px solid #00f0ff33;
  border-radius: 99px;
  padding: 2px 10px;
  font-size: 10px;
}

.podium {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.podium-step {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  min-width: 160px;
  box-shadow: var(--shadow-tile);
  flex-direction: column;
  align-items: center;
  padding: 28px 36px 0;
  display: flex;
  position: relative;
}

.podium-step--1 {
  background: linear-gradient(180deg, #ffb80026 0%, var(--col-surface) 100%);
  z-index: 2;
  box-shadow: var(--glow-amber);
  border: 1px solid #ffb8004d;
  border-bottom: none;
  padding-bottom: 48px;
}

.podium-step--2, .podium-step--3 {
  background: var(--col-surface);
  border: 1px solid var(--col-border);
  border-bottom: none;
  padding-bottom: 32px;
}

.podium-rank {
  font-family: var(--font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 600;
}

.podium-step--1 .podium-rank {
  color: var(--neon-amber);
  text-shadow: 0 0 10px #ffb80080;
}

.podium-step--2 .podium-rank {
  color: silver;
}

.podium-step--3 .podium-rank {
  color: #cd7f32;
}

.podium-name {
  font-family: var(--font-display);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.podium-step--1 .podium-name {
  color: var(--neon-amber);
  text-shadow: 0 0 8px #ffb8004d;
}

.podium-step--2 .podium-name, .podium-step--3 .podium-name {
  color: var(--col-text-primary);
}

.podium-stats {
  font-family: var(--font-mono);
  text-align: center;
  margin-top: 4px;
  font-size: 11px;
}

.podium-step--1 .podium-stats {
  color: #ffb800a6;
}

.podium-step--2 .podium-stats, .podium-step--3 .podium-stats {
  color: var(--col-text-muted);
}

.wr-track {
  background: var(--col-surface-3);
  border-radius: 99px;
  width: 72px;
  height: 4px;
  overflow: hidden;
}

.wr-fill {
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-violet));
  height: 100%;
  transition: width .5s var(--ease);
  border-radius: 99px;
}

.wizard-steps {
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 32px;
  display: flex;
}

.wizard-step {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--col-text-muted);
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.wizard-step--active {
  color: var(--neon-cyan);
}

.wizard-step--done {
  color: var(--neon-lime);
}

.wizard-step__num {
  border: 1px solid var(--col-border-strong);
  background: var(--col-surface-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.wizard-step--active .wizard-step__num {
  border-color: var(--neon-cyan);
  box-shadow: var(--glow-cyan);
  background: #00f0ff1a;
}

.wizard-step--done .wizard-step__num {
  border-color: var(--neon-lime);
  background: #39ff141a;
}

.wizard-connector {
  background: var(--col-border-strong);
  width: 40px;
  height: 1px;
}

.wizard-connector--done {
  background: var(--neon-lime);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp .32s var(--ease) both;
}

@media (max-width: 900px) {
  .hide-md {
    display: none !important;
  }

  .col-aside {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  .data-table th {
    letter-spacing: .06em;
    padding: 6px 8px;
    font-size: 8px;
  }

  .data-table td {
    padding: 9px 8px;
    font-size: 11px;
  }

  .nw-header {
    flex-wrap: wrap;
    gap: 6px;
    height: auto;
    min-height: 48px;
    padding: 8px 12px;
  }

  .nw-header__logo-img {
    min-width: 60px;
    max-width: 110px;
    height: 26px;
  }

  .nw-header__clock, .nw-header__status {
    display: none;
  }

  .nw-header__actions {
    flex-wrap: wrap;
    order: 10;
    gap: 6px;
    width: 100%;
  }

  .nw-header__actions .btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 80px;
    height: 30px;
    padding: 0 8px;
    font-size: 11px;
    overflow: hidden;
  }

  .input {
    font-size: 16px;
  }

  .podium-step {
    min-width: 110px;
    padding: 20px 20px 0;
  }

  .podium-step--1 {
    padding-bottom: 36px;
  }

  .podium-step--2, .podium-step--3 {
    padding-bottom: 22px;
  }

  .wizard-step span:not(.wizard-step__num) {
    display: 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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/