/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/.pnpm/next@14.2.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter-Variable.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('/fonts/orbitron/Orbitron-Variable.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.font-display {
    font-family: Orbitron, sans-serif;
  }
.font-body {
    font-family: Inter, sans-serif;
  }
.arena-glow-primary {
  pointer-events: none;
  position: absolute;
  height: 20rem;
  width: 20rem;
  border-radius: 9999px;
  background-color: rgb(217 70 239 / 0.2);
  --tw-blur: blur(64px);
  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);
}
.arena-glow-secondary {
  pointer-events: none;
  position: absolute;
  height: 20rem;
  width: 20rem;
  border-radius: 9999px;
  background-color: rgb(52 211 153 / 0.15);
  --tw-blur: blur(64px);
  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);
}
.card {
  border-radius: 26px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.055);
  --tw-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --tw-shadow-colored: 0 24px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.card-solid {
  border-radius: 26px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 26 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --tw-shadow-colored: 0 24px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-image: linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.04));
  --tw-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --tw-shadow-colored: 0 24px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.panel::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 24%);
    opacity: .7;
  }
.gradient-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
.gradient-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 1.625rem;
    background: linear-gradient(135deg, rgba(220, 38, 255, 0.95), rgba(104, 88, 255, 0.92), rgba(16, 185, 129, 0.84));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: Orbitron, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-primary {
  background-image: linear-gradient(135deg,#d946ef 0%,#7c3aed 45%,#2563eb 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 60px rgba(168, 85, 247, 0.18);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary:hover {
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(1.1);
  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);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: Orbitron, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-secondary {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  border-color: rgb(110 231 183 / 0.3);
  background-color: rgb(110 231 183 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: Orbitron, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.btn-ghost:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-ghost {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.btn-ghost:hover {
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.input {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.input:focus {
  border-color: rgb(240 171 252 / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.select {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.select:focus {
  border-color: rgb(240 171 252 / 0.6);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.label {
    font-family: Orbitron, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: Orbitron, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }
.status-open {
  border-color: rgb(52 211 153 / 0.2);
  background-color: rgb(52 211 153 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.status-hot {
  border-color: rgb(250 204 21 / 0.2);
  background-color: rgb(250 204 21 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.status-muted {
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.section-title {
    font-family: Orbitron, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.22em;
  }
.modal-shell {
  position: fixed;
  inset: 0px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1rem;
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.modal-card {
  position: relative;
  width: 100%;
  max-width: 42rem;
  overflow: hidden;
  border-radius: 30px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(9 12 24 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 40px 120px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0 40px 120px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wave-preview {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.1);
    background: radial-gradient(circle at 20% 0%, rgba(217,70,239,.13), transparent 34%), rgba(0,0,0,.28);
    padding: 1rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
.wave-preview__head {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (min-width: 768px) {

  .wave-preview__head {
    flex-direction: row;
    align-items: flex-start;
  }
}
.wave-preview__title {
    margin-top: 0.25rem;
    font-family: Orbitron, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
.wave-preview__subtitle {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.wave-preview__votes {
  display: inline-flex;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.wave-preview__scrub {
    position: relative;
    display: grid;
    grid-template-columns: repeat(56, minmax(0, 1fr));
    align-items: center;
    gap: 3px;
    min-height: 92px;
    cursor: crosshair;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background:
      linear-gradient(90deg, rgba(255,255,255,.06), transparent 18%, transparent 82%, rgba(255,255,255,.06)),
      repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 22px),
      rgba(4,6,15,.78);
    padding: .85rem;
  }
.wave-preview__scrub::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(34,211,238,.11), transparent);
    opacity: 0;
    transform: translateX(-45%);
    transition: opacity .18s ease;
  }
.wave-preview__scrub:hover::after {
    opacity: 1;
    animation: waveformSweep 1.1s linear infinite;
  }
.wave-preview__bar {
    display: block;
    align-self: center;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(34,211,238,.88), rgba(168,85,247,.72), rgba(236,72,153,.54));
    box-shadow: 0 0 12px rgba(34,211,238,.16);
    opacity: .72;
    transform-origin: center;
    transition: transform .15s ease, opacity .15s ease, filter .15s ease;
  }
.wave-preview__scrub:hover .wave-preview__bar {
    opacity: .94;
    filter: drop-shadow(0 0 10px rgba(34,211,238,.38));
    animation: waveformPulse .62s ease-in-out infinite alternate;
  }
.wave-preview__cursor {
    position: absolute;
    top: .7rem;
    bottom: .7rem;
    left: 50%;
    width: 1px;
    background: rgba(255,255,255,.32);
    box-shadow: 0 0 16px rgba(34,211,238,.75);
    opacity: 0;
    transition: opacity .15s ease;
  }
.wave-preview__scrub:hover .wave-preview__cursor {
    opacity: 1;
  }
.wave-preview__foot {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .wave-preview__foot {
    flex-direction: row;
    align-items: center;
  }
}
.hud-tile {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.25);
  padding: 1rem;
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hud-tile:hover {
  border-color: rgb(240 171 252 / 0.2);
  background-color: rgb(255 255 255 / 0.055);
}
.setup-block {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.035);
  padding: 0.75rem;
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.timer-orb {
  position: relative;
  display: grid;
  height: 9rem;
  width: 9rem;
  place-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.4);
  padding: 0.5rem;
  text-align: center;
  --tw-shadow: 0 0 55px rgba(168,85,247,0.24);
  --tw-shadow-colored: 0 0 55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.timer-orb__ring {
    position: absolute;
    inset: -2px;
    border-radius: 999px;
    background:
      conic-gradient(from -90deg, rgba(34, 211, 238, 0.95) 0 var(--timer-progress), rgba(255,255,255,0.08) var(--timer-progress) 100%),
      radial-gradient(circle, rgba(168,85,247,.2), transparent 62%);
    filter: drop-shadow(0 0 18px rgba(34,211,238,.34));
    animation: timerPulse 2.2s ease-in-out infinite;
  }
.timer-orb__ring::after {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 999px;
    background: #070915;
    border: 1px solid rgba(255,255,255,.08);
  }
.timer-orb__content {
  position: relative;
  z-index: 10;
}
.timer-orb--danger .timer-orb__ring {
    background:
      conic-gradient(from -90deg, rgba(248, 113, 113, 1) 0 var(--timer-progress), rgba(255,255,255,0.08) var(--timer-progress) 100%),
      radial-gradient(circle, rgba(239,68,68,.32), transparent 62%);
    animation: dangerPulse .48s ease-in-out infinite;
  }
.phase-progress {
    height: .55rem;
    min-width: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #a855f7, #f472b6);
    box-shadow: 0 0 30px rgba(168, 85, 247, .45);
    transition: width .25s linear;
  }
.phase-smash {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(168,85,247,.18), rgba(0,0,0,.84) 58%, rgba(0,0,0,.94));
    animation: phaseBackdrop 3.2s ease forwards;
  }
.phase-smash__scan {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 7px);
    mix-blend-mode: screen;
    opacity: .35;
    animation: scanlines 1.1s linear infinite;
  }
.phase-smash__card {
    position: relative;
    width: min(700px, calc(100vw - 32px));
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.16);
    background:
      linear-gradient(135deg, rgba(168,85,247,.24), rgba(34,211,238,.12)),
      rgba(5,7,18,.88);
    padding: clamp(1.4rem, 4vw, 3rem);
    text-align: center;
    box-shadow: 0 40px 120px rgba(0,0,0,.65), 0 0 80px rgba(168,85,247,.35);
    animation: phaseCardIn 3.2s cubic-bezier(.16,1,.3,1) forwards;
  }
.phase-smash__card::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 0deg, transparent, rgba(255,255,255,.28), transparent, rgba(168,85,247,.36), transparent);
    animation: rotateBeam 2s linear infinite;
    opacity: .35;
  }
.phase-smash__card > * {
    position: relative;
    z-index: 1;
  }
.phase-smash__icon {
    display: inline-grid;
    place-items: center;
    height: 64px;
    width: 64px;
    border-radius: 22px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(217,70,239,.95), rgba(37,99,235,.9));
    box-shadow: 0 0 35px rgba(168,85,247,.55);
  }
.phase-smash__kicker {
    font-family: Orbitron, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.38em;
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }
.phase-smash h2 {
    margin-top: 0.75rem;
    font-family: Orbitron, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
@media (min-width: 768px) {

  .phase-smash h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.phase-smash h2 {
    text-shadow: 0 0 30px rgba(168,85,247,.7);
  }
.phase-smash p:last-child {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .phase-smash p:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.match-countdown {
    position: fixed;
    inset: 0;
    z-index: 86;
    display: grid;
    place-items: center;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(88,28,135,.28), rgba(7,10,24,.62) 38%, rgba(0,0,0,.88) 100%);
    backdrop-filter: blur(10px);
  }
.match-countdown__scan {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 8px);
    opacity: .28;
    animation: scanlines 1.2s linear infinite;
  }
.match-countdown__ring {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset 0 0 40px rgba(255,255,255,.03), 0 0 40px rgba(168,85,247,.18);
  }
.match-countdown__ring--outer { width: min(86vw, 860px); height: min(86vw, 860px); animation: countdownHalo 2.6s ease-in-out infinite; }
.match-countdown__ring--middle { width: min(68vw, 660px); height: min(68vw, 660px); animation: countdownHalo 2s ease-in-out infinite .14s; }
.match-countdown__ring--inner { width: min(50vw, 480px); height: min(50vw, 480px); animation: countdownHalo 1.5s ease-in-out infinite .2s; }
.match-countdown__card {
    position: relative;
    width: min(760px, calc(100vw - 28px));
    padding: clamp(1.4rem, 4vw, 2.6rem);
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    box-shadow: 0 40px 120px rgba(0,0,0,.55), 0 0 80px rgba(168,85,247,.16);
    text-align: center;
  }
.match-countdown__eyebrow {
    font-family: Orbitron, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.42em;
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }
.match-countdown__title {
    margin-top: 0.75rem;
    font-family: Orbitron, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
@media (min-width: 768px) {

  .match-countdown__title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.match-countdown__title {
    text-shadow: 0 0 26px rgba(34,211,238,.32);
  }
.match-countdown__copy {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .match-countdown__copy {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.match-countdown__digitWrap {
    position: relative;
    margin: 1.4rem auto 0;
    display: grid;
    place-items: center;
    min-height: clamp(220px, 30vw, 320px);
    animation: countdownDigitIn .92s cubic-bezier(.16,1,.3,1);
  }
.match-countdown__digitGlow {
    position: absolute;
    width: min(38vw, 320px);
    height: min(38vw, 320px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(34,211,238,.34), rgba(217,70,239,.18), transparent 70%);
    filter: blur(14px);
    animation: countdownGlow 1s ease-in-out infinite;
  }
.match-countdown__digit {
    position: relative;
    z-index: 1;
    font-family: Orbitron, sans-serif;
    font-weight: 900;
    line-height: .88;
    letter-spacing: -.06em;
    font-size: clamp(7rem, 24vw, 14rem);
    color: white;
    text-shadow: 0 0 18px rgba(255,255,255,.34), 0 0 45px rgba(34,211,238,.3), 0 0 90px rgba(217,70,239,.28);
  }
.match-countdown__footer {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .match-countdown__footer {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.match-countdown--danger .match-countdown__digitGlow {
    background: radial-gradient(circle, rgba(248,113,113,.38), rgba(251,191,36,.22), transparent 70%);
  }
.match-countdown--danger .match-countdown__digit {
    text-shadow: 0 0 18px rgba(255,255,255,.34), 0 0 52px rgba(248,113,113,.38), 0 0 95px rgba(251,191,36,.24);
  }
.edge-toast-stack {
    position: fixed;
    right: 1rem;
    top: 5.25rem;
    z-index: 120;
    display: grid;
    gap: .75rem;
    width: min(360px, calc(100vw - 2rem));
    pointer-events: none;
  }
.edge-toast {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(5, 7, 18, .86);
    padding: .95rem 1rem 1rem;
    box-shadow: 0 24px 70px rgba(0,0,0,.48), 0 0 32px rgba(34,211,238,.12);
    backdrop-filter: blur(18px);
    animation: edgeToastIn 4.2s cubic-bezier(.16,1,.3,1) forwards;
  }
.edge-toast strong {
    display: block;
    font-family: Orbitron, sans-serif;
    font-size: .74rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: white;
  }
.edge-toast span {
    display: block;
    margin-top: .35rem;
    font-size: .8rem;
    color: rgb(203 213 225);
  }
.edge-toast i {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #22d3ee, #a855f7, #f472b6);
    animation: toastTimebar 4.2s linear forwards;
  }
.gameplay-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.11);
    background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    box-shadow: 0 30px 100px rgba(0,0,0,.38);
    backdrop-filter: blur(18px);
  }
.gameplay-panel::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 25% 15%, rgba(34,211,238,.16), transparent 34%), radial-gradient(circle at 80% 20%, rgba(217,70,239,.15), transparent 38%);
    pointer-events: none;
  }
.gameplay-panel > * { position: relative; z-index: 1; }
.gameplay-panel--creation { border-color: rgba(52,211,153,.18); }
.gameplay-panel--playback { border-color: rgba(34,211,238,.22); }
.playback-focus {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(34,211,238,.22);
    background: radial-gradient(circle at 50% -20%, rgba(34,211,238,.22), transparent 42%), rgba(0,0,0,.35);
    padding: clamp(1.2rem, 4vw, 2rem);
  }
.playback-focus__meta h2 {
    margin-top: .85rem;
    font-family: Orbitron, sans-serif;
    font-size: clamp(1.8rem, 6vw, 4rem);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-shadow: 0 0 35px rgba(34,211,238,.28);
  }
.playback-focus__meta p { margin-top: .35rem; color: rgb(148 163 184); }
.playback-focus__wave {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 150px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(90deg, rgba(34,211,238,.06), rgba(168,85,247,.07), rgba(244,114,182,.06));
    padding: 1rem;
  }
.playback-focus__wave span {
    flex: 1 1 0;
    max-width: 11px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(34,211,238,.95), rgba(168,85,247,.75), rgba(244,114,182,.55));
    box-shadow: 0 0 16px rgba(34,211,238,.2);
    animation: playbackBars .72s ease-in-out infinite alternate;
  }
.playback-focus__limit {
    margin-top: 1rem;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: rgb(148 163 184);
  }
.winner-stage {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 30px;
    border: 1px solid rgba(250,204,21,.22);
    background: radial-gradient(circle at 50% 0%, rgba(250,204,21,.2), transparent 34%), rgba(0,0,0,.42);
    padding: clamp(1.25rem, 4vw, 2rem);
    text-align: center;
    box-shadow: 0 0 80px rgba(250,204,21,.11);
  }
.winner-stage__aura {
    position: absolute;
    inset: -60%;
    background: conic-gradient(from 0deg, transparent, rgba(250,204,21,.22), transparent, rgba(168,85,247,.18), transparent);
    animation: rotateBeam 4s linear infinite;
    opacity: .55;
  }
.winner-stage > *:not(.winner-stage__aura) { position: relative; z-index: 1; }
.winner-stage h2 { margin-top: .7rem; font-family: Orbitron, sans-serif; font-size: clamp(2.4rem, 9vw, 5.8rem); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: white; text-shadow: 0 0 45px rgba(250,204,21,.28); }
.winner-stage p { color: rgb(226 232 240); }
.winner-stage__grid {
    margin-top: 1.4rem;
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
.winner-stage__slot {
    display: grid;
    gap: .25rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    padding: .8rem;
    text-align: left;
  }
.winner-stage__slot span, .winner-stage__slot em { font-size: .72rem; color: rgb(148 163 184); font-style: normal; }
.winner-stage__slot strong { font-family: Orbitron, sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.winner-stage__slot--win { border-color: rgba(250,204,21,.4); background: rgba(250,204,21,.09); box-shadow: 0 0 30px rgba(250,204,21,.12); }
.no-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-20 {
  left: -5rem;
}
.-left-24 {
  left: -6rem;
}
.-left-28 {
  left: -7rem;
}
.-right-20 {
  right: -5rem;
}
.-top-28 {
  top: -7rem;
}
.-top-32 {
  top: -8rem;
}
.bottom-\[-130px\] {
  bottom: -130px;
}
.left-0 {
  left: 0px;
}
.left-\[-120px\] {
  left: -120px;
}
.right-0 {
  right: 0px;
}
.right-\[-100px\] {
  right: -100px;
}
.right-\[-120px\] {
  right: -120px;
}
.right-\[-80px\] {
  right: -80px;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[-140px\] {
  top: -140px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[560px\] {
  height: 560px;
}
.h-\[min\(690px\2c calc\(100vh-24px\)\)\] {
  height: min(690px, calc(100vh - 24px));
}
.h-full {
  height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[820px\] {
  min-width: 820px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-y {
  resize: vertical;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[0\.8fr_1\.4fr\] {
  grid-template-columns: 0.8fr 1.4fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}
.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}
.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}
.border-t-emerald-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.bg-\[\#050712\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#090c18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 12 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#090c18\]\/95 {
  background-color: rgb(9 12 24 / 0.95);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/\[0\.14\] {
  background-color: rgb(52 211 153 / 0.14);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuchsia-400\/\[0\.14\] {
  background-color: rgb(232 121 249 / 0.14);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/\[0\.12\] {
  background-color: rgb(239 68 68 / 0.12);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/\[0\.045\] {
  background-color: rgb(255 255 255 / 0.045);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.075\)\2c rgba\(255\2c 255\2c 255\2c 0\.035\)\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.075),rgba(255,255,255,0.035));
}
.bg-\[radial-gradient\(circle_at_50\%_28\%\2c rgba\(120\2c 102\2c 255\2c 0\.18\)\2c transparent_18\%\)\2c radial-gradient\(circle_at_63\%_47\%\2c rgba\(16\2c 185\2c 129\2c 0\.08\)\2c transparent_16\%\)\2c radial-gradient\(circle_at_35\%_45\%\2c rgba\(168\2c 85\2c 247\2c 0\.16\)\2c transparent_20\%\)\] {
  background-image: radial-gradient(circle at 50% 28%,rgba(120,102,255,0.18),transparent 18%),radial-gradient(circle at 63% 47%,rgba(16,185,129,0.08),transparent 16%),radial-gradient(circle at 35% 45%,rgba(168,85,247,0.16),transparent 20%);
}
.bg-\[radial-gradient\(circle_at_center\2c transparent_0\%\2c transparent_52\%\2c rgba\(0\2c 0\2c 0\2c 0\.5\)_100\%\)\] {
  background-image: radial-gradient(circle at center,transparent 0%,transparent 52%,rgba(0,0,0,0.5) 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-violet-400 {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-emerald-300 {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: Inter, sans-serif;
}
.font-display {
  font-family: Orbitron, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.34em\] {
  letter-spacing: 0.34em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.45em\] {
  letter-spacing: 0.45em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.accent-emerald-400 {
  accent-color: #34d399;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.shadow-arena {
  --tw-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --tw-shadow-colored: 0 24px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow {
  --tw-shadow: 0 0 60px rgba(168, 85, 247, 0.18);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[image-rendering\:pixelated\] {
  image-rendering: pixelated;
}

:root {
  color-scheme: dark;
  --background: 240 40% 4%;
  --foreground: 0 0% 95%;
  --card: 240 30% 8%;
  --muted: 240 20% 14%;
  --muted-foreground: 240 10% 58%;
  --primary: 270 79% 70%;
  --secondary: 146 44% 48%;
  --accent: 227 100% 52%;
  --border: 240 20% 16%;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: hsl(var(--background));
}

body {
  min-height: 100%;
  background:
    radial-gradient(circle at 14% 14%, rgba(168, 85, 247, 0.23), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(59, 130, 246, 0.14), transparent 22%),
    radial-gradient(circle at 76% 38%, rgba(16, 185, 129, 0.12), transparent 18%),
    radial-gradient(circle at 50% 110%, rgba(90, 48, 255, 0.18), transparent 36%),
    linear-gradient(180deg, #070916 0%, #060711 42%, #05060e 100%);
  color: hsl(var(--foreground));
  font-family: Inter, sans-serif;
}

body::before {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 82%);
          mask-image: linear-gradient(to bottom, rgba(0,0,0,0.72), transparent 82%);
}

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

input, select, button, textarea {
  outline: none;
  font: inherit;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

@keyframes timerPulse {
  0%, 100% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.025); opacity: 1; }
}

@keyframes dangerPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 18px rgba(248,113,113,.45)); }
  50% { transform: scale(1.05); filter: drop-shadow(0 0 34px rgba(248,113,113,.9)); }
}

@keyframes phaseBackdrop {
  0% { opacity: 0; transform: scale(1.03); }
  10%, 78% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(.98); visibility: hidden; }
}

@keyframes phaseCardIn {
  0% { opacity: 0; transform: perspective(900px) rotateX(18deg) scale(.78) translateY(42px); filter: blur(8px); }
  14% { opacity: 1; transform: perspective(900px) rotateX(0) scale(1.03) translateY(0); filter: blur(0); }
  24%, 74% { opacity: 1; transform: perspective(900px) rotateX(0) scale(1); }
  100% { opacity: 0; transform: perspective(900px) rotateX(-12deg) scale(.88) translateY(-24px); filter: blur(7px); }
}

@keyframes scanlines {
  from { transform: translateY(0); }
  to { transform: translateY(14px); }
}

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


@keyframes countdownHalo {
  0%, 100% { transform: scale(0.985); opacity: .55; }
  50% { transform: scale(1.02); opacity: .95; }
}

@keyframes countdownDigitIn {
  0% { opacity: 0; transform: scale(.58) translateY(16px); filter: blur(12px); }
  55% { opacity: 1; transform: scale(1.08) translateY(0); filter: blur(0); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes countdownGlow {
  0%, 100% { transform: scale(.94); opacity: .7; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes waveformSweep {
  from { transform: translateX(-70%); }
  to { transform: translateX(70%); }
}

@keyframes waveformPulse {
  from { transform: scaleY(.94); }
  to { transform: scaleY(1.08); }
}

@keyframes edgeToastIn {
  0% { opacity: 0; transform: translateX(32px) scale(.96); filter: blur(8px); }
  9%, 88% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translateX(24px) scale(.98); filter: blur(6px); }
}

@keyframes toastTimebar { from { transform: scaleX(1); transform-origin: left; } to { transform: scaleX(0); transform-origin: left; } }
@keyframes playbackBars { from { transform: scaleY(.72); opacity: .7; } to { transform: scaleY(1.08); opacity: 1; } }
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-fuchsia-300\/30:hover {
  border-color: rgb(240 171 252 / 0.3);
}
.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-fuchsia-300\/10:hover {
  background-color: rgb(240 171 252 / 0.1);
}
.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}
.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}
.hover\:bg-white\/\[0\.045\]:hover {
  background-color: rgb(255 255 255 / 0.045);
}
.hover\:bg-white\/\[0\.06\]:hover {
  background-color: rgb(255 255 255 / 0.06);
}
.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-arena:hover {
  --tw-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --tw-shadow-colored: 0 24px 90px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:min-w-\[330px\] {
    min-width: 330px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.08fr_0\.92fr\] {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .lg\:grid-cols-\[1fr_0\.75fr\] {
    grid-template-columns: 1fr 0.75fr;
  }

  .lg\:grid-cols-\[1fr_0\.9fr\] {
    grid-template-columns: 1fr 0.9fr;
  }

  .lg\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .lg\:grid-cols-\[1fr_380px\] {
    grid-template-columns: 1fr 380px;
  }

  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-\[1fr_1fr_120px\] {
    grid-template-columns: 1fr 1fr 120px;
  }
}

