@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&family=Roboto+Mono:wght@300;400;500;700&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.17 | 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: "Roboto Mono", 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;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

/* Strict Mockup Matches */

button {
  text-transform: uppercase;
}

.\!btn{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border-btn);
  background-color: var(--btn-bg);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--text-primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\!btn:hover{
  --tw-bg-opacity: 0.8;
}

.\!btn:disabled{
  opacity: 0.5;
}

.btn{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border-btn);
  background-color: var(--btn-bg);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--text-primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover{
  --tw-bg-opacity: 0.8;
}

.btn:disabled{
  opacity: 0.5;
}

.\!btn {
  font-size: 13px !important;
  text-transform: uppercase !important;
}

.btn {
  font-size: 13px !important;
  text-transform: uppercase;
}

.btn-primary{
  border-color: var(--border-primary);
  background-color: var(--btn-primary-bg);
}

.panel{
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--border-sheet);
  padding: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* Refactored to standard CSS to avoid PostCSS/Tailwind arbitrary value parsing issues */

.section{
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 0.5rem;
  border-color: var(--border-section);
  background-color: rgba(20, 20, 25, 0.35);
}

.kv-row{
  margin-bottom: 0.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 9px;
  line-height: 1.25;
}

/* Mockup-style key/value grid */

.kv {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  font-size: 9px;
}

.k {
  color: var(--text-secondary);
}

.\!v {
  color: var(--text-primary) !important;
  text-align: right !important;
}

.v {
  color: var(--text-primary);
  text-align: right;
}

.kv-k{
  color: var(--text-secondary);
}

.kv-v{
  text-align: right;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  color: var(--text-primary);
}

.pill{
  display: inline-block;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  border-radius: 5px;
  border-color: var(--border-btn);
  color: var(--text-secondary);
  background-color: rgba(255, 255, 255, 0.03);
}

.badge{
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 13px;
  border-color: var(--border-primary);
  color: var(--text-accent);
  background-color: rgba(255, 68, 68, 0.1);
}

.sheet.open {
  transform: translateY(0);
}

.close-btn{
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 0.5;
}

.close-btn:hover{
  opacity: 1;
}

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

.coords{
  margin-bottom: 0.75rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--text-secondary);
}

.highlight {
  outline: 2px solid var(--border-primary);
  box-shadow: 0 0 16px rgba(208, 0, 0, 0.55);
}

.badge-active{
  border-radius: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.4);
  color: #6ee7b7;
}

.badge-inactive{
  border-radius: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(100, 116, 139, 0.15);
  border: 1px solid rgba(100, 116, 139, 0.3);
  color: #94a3b8;
}

.input {
  width: 100%;
  background-color: rgba(5, 11, 20, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.25);
  color: var(--text-primary);
  font-family: 'Roboto Mono', monospace;
  font-size: 9px !important;
  padding: 8px 10px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  border-radius: 2px;
  letter-spacing: 0.04em;
}

.input:focus {
  border-color: rgba(34, 211, 238, 0.7);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2), 0 0 8px rgba(34, 211, 238, 0.1);
  color: var(--text-primary);
  background-color: rgba(5, 11, 20, 0.95);
}

.input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.4);
  font-size: 8px !important;
  letter-spacing: 0.06em;
}

.input::placeholder {
  color: rgba(148, 163, 184, 0.4);
  font-size: 8px !important;
  letter-spacing: 0.06em;
}

.input option {
  background-color: #050b14;
  color: var(--text-primary);
  font-size: 9px !important;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.\!fixed{
  position: fixed !important;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-1{
  inset: -0.25rem;
}

.inset-0{
  inset: 0px;
}

.inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}

.\!left-1\/2{
  left: 50% !important;
}

.\!top-1\/2{
  top: 50% !important;
}

.-left-3{
  left: -0.75rem;
}

.-right-0\.5{
  right: -0.125rem;
}

.-right-3{
  right: -0.75rem;
}

.-top-0\.5{
  top: -0.125rem;
}

.-top-1{
  top: -0.25rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-full{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-2{
  left: 0.5rem;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-\[2px\]{
  right: 2px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-20{
  top: 5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-\[0\.55em\]{
  top: 0.55em;
}

.top-\[2px\]{
  top: 2px;
}

.top-\[7px\]{
  top: 7px;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.z-\[150\]{
  z-index: 150;
}

.z-\[180\]{
  z-index: 180;
}

.z-\[200\]{
  z-index: 200;
}

.z-\[60\]{
  z-index: 60;
}

.z-\[70\]{
  z-index: 70;
}

.z-\[75\]{
  z-index: 75;
}

.z-\[76\]{
  z-index: 76;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

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

.m-2{
  margin: 0.5rem;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-auto{
  margin-left: auto;
}

.ml-px{
  margin-left: 1px;
}

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.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-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[20\%\]{
  height: 20%;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[27px\]{
  height: 27px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-56{
  max-height: 14rem;
}

.max-h-64{
  max-height: 16rem;
}

.max-h-\[260px\]{
  max-height: 260px;
}

.max-h-\[42vh\]{
  max-height: 42vh;
}

.max-h-\[60vh\]{
  max-height: 60vh;
}

.max-h-\[calc\(100dvh-1\.5rem\)\]{
  max-height: calc(100dvh - 1.5rem);
}

.max-h-\[min\(36rem\2c calc\(100vh-7rem\)\)\]{
  max-height: min(36rem,calc(100vh - 7rem));
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[15rem\]{
  min-height: 15rem;
}

.min-h-\[20rem\]{
  min-height: 20rem;
}

.min-h-\[52px\]{
  min-height: 52px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-20{
  width: 5rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-4{
  width: 1rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[136px\]{
  width: 136px;
}

.w-\[13px\]{
  width: 13px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[1ch\]{
  width: 1ch;
}

.w-\[260px\]{
  width: 260px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[48px\]{
  width: 48px;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[90vw\]{
  width: 90vw;
}

.w-\[92vw\]{
  width: 92vw;
}

.w-\[96vw\]{
  width: 96vw;
}

.w-\[98vw\]{
  width: 98vw;
}

.w-\[min\(28rem\2c calc\(100vw-2rem\)\)\]{
  width: min(28rem,calc(100vw - 2rem));
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[10rem\]{
  min-width: 10rem;
}

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

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

.min-w-\[2\.4rem\]{
  min-width: 2.4rem;
}

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

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

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

.max-w-3xl{
  max-width: 48rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[140px\]{
  max-width: 140px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[260px\]{
  max-width: 260px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[8rem\]{
  max-width: 8rem;
}

.max-w-\[calc\(100\%-2rem\)\]{
  max-width: calc(100% - 2rem);
}

.max-w-\[calc\(100vw-1rem\)\]{
  max-width: calc(100vw - 1rem);
}

.max-w-\[calc\(100vw-2rem\)\]{
  max-width: calc(100vw - 2rem);
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.\!-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  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)) !important;
}

.\!-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  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)) !important;
}

.transform{
  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 pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-help{
  cursor: help;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-none{
  touch-action: none;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

.grid-cols-\[auto_minmax\(0\2c 1fr\)\]{
  grid-template-columns: auto minmax(0,1fr);
}

.grid-cols-\[minmax\(6rem\2c 0\.8fr\)_auto_auto\]{
  grid-template-columns: minmax(6rem,0.8fr) auto auto;
}

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

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

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

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

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

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-\[1px\]{
  gap: 1px;
}

.gap-px{
  gap: 1px;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-1\.5{
  row-gap: 0.375rem;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

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

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overscroll-contain{
  overscroll-behavior: contain;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[1px\]{
  border-radius: 1px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#0a0f1c\]{
  --tw-border-opacity: 1;
  border-color: rgb(10 15 28 / var(--tw-border-opacity, 1));
}

.border-\[\#20406d\]{
  --tw-border-opacity: 1;
  border-color: rgb(32 64 109 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(125\2c 200\2c 255\2c \.55\)\]{
  border-color: rgba(125,200,255,.55);
}

.border-\[rgba\(192\2c 132\2c 252\2c \.7\)\]{
  border-color: rgba(192,132,252,.7);
}

.border-\[rgba\(255\2c 150\2c 150\2c \.55\)\]{
  border-color: rgba(255,150,150,.55);
}

.border-\[rgba\(255\2c 215\2c 102\2c \.7\)\]{
  border-color: rgba(255,215,102,.7);
}

.border-\[rgba\(255\2c 59\2c 59\2c \.7\)\]{
  border-color: rgba(255,59,59,.7);
}

.border-\[rgba\(255\2c 59\2c 59\2c \.9\)\]{
  border-color: rgba(255,59,59,.9);
}

.border-\[rgba\(75\2c 85\2c 99\2c \.7\)\]{
  border-color: rgba(75,85,99,.7);
}

.border-\[rgba\(96\2c 165\2c 250\2c \.7\)\]{
  border-color: rgba(96,165,250,.7);
}

.border-\[var\(--border-btn\)\]{
  border-color: var(--border-btn);
}

.border-\[var\(--border-header\)\]{
  border-color: var(--border-header);
}

.border-\[var\(--border-primary\)\]{
  border-color: var(--border-primary);
}

.border-\[var\(--border-section\)\]{
  border-color: var(--border-section);
}

.border-\[var\(--border-sheet\)\]{
  border-color: var(--border-sheet);
}

.border-\[var\(--border-sheet\2c white\/20\)\]{
  border-color: var(--border-sheet,white/20);
}

.border-\[var\(--text-accent\)\]{
  border-color: var(--text-accent);
}

.border-\[var\(--text-secondary\)\]{
  border-color: var(--text-secondary);
}

.border-amber-400\/20{
  border-color: rgb(251 191 36 / 0.2);
}

.border-amber-400\/30{
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-400\/50{
  border-color: rgb(251 191 36 / 0.5);
}

.border-amber-500\/15{
  border-color: rgb(245 158 11 / 0.15);
}

.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/25{
  border-color: rgb(245 158 11 / 0.25);
}

.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/35{
  border-color: rgb(245 158 11 / 0.35);
}

.border-amber-500\/40{
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-500\/45{
  border-color: rgb(245 158 11 / 0.45);
}

.border-amber-500\/50{
  border-color: rgb(245 158 11 / 0.5);
}

.border-amber-500\/60{
  border-color: rgb(245 158 11 / 0.6);
}

.border-amber-600\/50{
  border-color: rgb(217 119 6 / 0.5);
}

.border-amber-700\/40{
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/50{
  border-color: rgb(180 83 9 / 0.5);
}

.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}

.border-cyan-500\/20{
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/25{
  border-color: rgb(6 182 212 / 0.25);
}

.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}

.border-cyan-500\/40{
  border-color: rgb(6 182 212 / 0.4);
}

.border-cyan-500\/50{
  border-color: rgb(6 182 212 / 0.5);
}

.border-cyan-700\/50{
  border-color: rgb(14 116 144 / 0.5);
}

.border-emerald-400\/40{
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}

.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}

.border-emerald-500\/45{
  border-color: rgb(16 185 129 / 0.45);
}

.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-fuchsia-400\/50{
  border-color: rgb(232 121 249 / 0.5);
}

.border-fuchsia-500\/30{
  border-color: rgb(217 70 239 / 0.3);
}

.border-fuchsia-500\/35{
  border-color: rgb(217 70 239 / 0.35);
}

.border-fuchsia-500\/40{
  border-color: rgb(217 70 239 / 0.4);
}

.border-fuchsia-500\/60{
  border-color: rgb(217 70 239 / 0.6);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.border-indigo-600\/50{
  border-color: rgb(79 70 229 / 0.5);
}

.border-lime-500\/20{
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-500\/50{
  border-color: rgb(132 204 22 / 0.5);
}

.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}

.border-purple-400\/50{
  border-color: rgb(192 132 252 / 0.5);
}

.border-purple-400\/80{
  border-color: rgb(192 132 252 / 0.8);
}

.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-500\/40{
  border-color: rgb(168 85 247 / 0.4);
}

.border-purple-500\/50{
  border-color: rgb(168 85 247 / 0.5);
}

.border-purple-500\/70{
  border-color: rgb(168 85 247 / 0.7);
}

.border-purple-700\/50{
  border-color: rgb(126 34 206 / 0.5);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-rose-500\/30{
  border-color: rgb(244 63 94 / 0.3);
}

.border-rose-500\/50{
  border-color: rgb(244 63 94 / 0.5);
}

.border-rose-500\/55{
  border-color: rgb(244 63 94 / 0.55);
}

.border-rose-500\/60{
  border-color: rgb(244 63 94 / 0.6);
}

.border-rose-700\/50{
  border-color: rgb(190 18 60 / 0.5);
}

.border-sky-400\/20{
  border-color: rgb(56 189 248 / 0.2);
}

.border-sky-400\/30{
  border-color: rgb(56 189 248 / 0.3);
}

.border-sky-500\/20{
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/30{
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/40{
  border-color: rgb(14 165 233 / 0.4);
}

.border-sky-500\/45{
  border-color: rgb(14 165 233 / 0.45);
}

.border-sky-500\/50{
  border-color: rgb(14 165 233 / 0.5);
}

.border-slate-500\/30{
  border-color: rgb(100 116 139 / 0.3);
}

.border-slate-500\/50{
  border-color: rgb(100 116 139 / 0.5);
}

.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}

.border-teal-600\/50{
  border-color: rgb(13 148 136 / 0.5);
}

.border-transparent{
  border-color: transparent;
}

.border-violet-500\/25{
  border-color: rgb(139 92 246 / 0.25);
}

.border-violet-500\/30{
  border-color: rgb(139 92 246 / 0.3);
}

.border-violet-500\/40{
  border-color: rgb(139 92 246 / 0.4);
}

.border-violet-500\/50{
  border-color: rgb(139 92 246 / 0.5);
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-500\/20{
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/40{
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/60{
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-600\/50{
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}

.border-zinc-500\/40{
  border-color: rgb(113 113 122 / 0.4);
}

.border-zinc-600\/30{
  border-color: rgb(82 82 91 / 0.3);
}

.border-zinc-600\/40{
  border-color: rgb(82 82 91 / 0.4);
}

.border-zinc-600\/50{
  border-color: rgb(82 82 91 / 0.5);
}

.border-t-cyan-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.bg-\[\#040810\]{
  --tw-bg-opacity: 1;
  background-color: rgb(4 8 16 / var(--tw-bg-opacity, 1));
}

.bg-\[\#050b14\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 11 20 / var(--tw-bg-opacity, 1));
}

.bg-\[\#050b14\]\/50{
  background-color: rgb(5 11 20 / 0.5);
}

.bg-\[\#050b14\]\/90{
  background-color: rgb(5 11 20 / 0.9);
}

.bg-\[\#06111f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 17 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#07101e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 16 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#080d18\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 13 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#080e1c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 14 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a0f1c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a1120\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 17 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a1628\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 22 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0d1424\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 20 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0d1520\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 21 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a2333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 51 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(15\2c 15\2c 20\2c \.55\)\]{
  background-color: rgba(15,15,20,.55);
}

.bg-\[rgba\(30\2c 10\2c 10\2c \.45\)\]{
  background-color: rgba(30,10,10,.45);
}

.bg-\[rgba\(40\2c 30\2c 10\2c \.55\)\]{
  background-color: rgba(40,30,10,.55);
}

.bg-\[rgba\(40\2c 8\2c 10\2c \.55\)\]{
  background-color: rgba(40,8,10,.55);
}

.bg-\[rgba\(58\2c 27\2c 84\2c \.55\)\]{
  background-color: rgba(58,27,84,.55);
}

.bg-\[rgba\(60\2c 8\2c 10\2c \.7\)\]{
  background-color: rgba(60,8,10,.7);
}

.bg-\[rgba\(7\2c 16\2c 35\2c \.55\)\]{
  background-color: rgba(7,16,35,.55);
}

.bg-\[rgba\(7\2c 16\2c 35\2c 0\.45\)\]{
  background-color: rgba(7,16,35,0.45);
}

.bg-\[rgba\(7\2c 16\2c 35\2c 0\.55\)\]{
  background-color: rgba(7,16,35,0.55);
}

.bg-\[rgba\(7\2c 20\2c 45\2c \.55\)\]{
  background-color: rgba(7,20,45,.55);
}

.bg-\[var\(--bg-base\2c \#060b14\)\]{
  background-color: var(--bg-base,#060b14);
}

.bg-\[var\(--bg-deep\)\]{
  background-color: var(--bg-deep);
}

.bg-\[var\(--bg-header\)\]{
  background-color: var(--bg-header);
}

.bg-\[var\(--bg-sheet\)\]{
  background-color: var(--bg-sheet);
}

.bg-\[var\(--bg-sheet\2c \#0d1520\)\]{
  background-color: var(--bg-sheet,#0d1520);
}

.bg-\[var\(--border-btn\)\]{
  background-color: var(--border-btn);
}

.bg-\[var\(--border-primary\)\]{
  background-color: var(--border-primary);
}

.bg-\[var\(--btn-bg\)\]{
  background-color: var(--btn-bg);
}

.bg-\[var\(--btn-primary-bg\)\]{
  background-color: var(--btn-primary-bg);
}

.bg-\[var\(--text-accent\)\]{
  background-color: var(--text-accent);
}

.bg-\[var\(--text-alert\)\]{
  background-color: var(--text-alert);
}

.bg-\[var\(--text-dim\)\]{
  background-color: var(--text-dim);
}

.bg-\[var\(--text-secondary\)\]{
  background-color: var(--text-secondary);
}

.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.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\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-current{
  background-color: currentColor;
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/\[0\.06\]{
  background-color: rgb(6 182 212 / 0.06);
}

.bg-cyan-900\/10{
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/25{
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/40{
  background-color: rgb(22 78 99 / 0.4);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}

.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-lime-900\/40{
  background-color: rgb(54 83 20 / 0.4);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}

.bg-rose-900\/50{
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/60{
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}

.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}

.bg-teal-800\/50{
  background-color: rgb(17 94 89 / 0.5);
}

.bg-teal-800\/60{
  background-color: rgb(17 94 89 / 0.6);
}

.bg-transparent{
  background-color: transparent;
}

.bg-violet-900\/30{
  background-color: rgb(76 29 149 / 0.3);
}

.bg-violet-900\/50{
  background-color: rgb(76 29 149 / 0.5);
}

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/\[0\.02\]{
  background-color: rgb(255 255 255 / 0.02);
}

.bg-white\/\[0\.03\]{
  background-color: rgb(255 255 255 / 0.03);
}

.bg-white\/\[0\.04\]{
  background-color: rgb(255 255 255 / 0.04);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3);
}

.bg-\[linear-gradient\(180deg\2c rgba\(7\2c 11\2c 20\2c 0\.98\)\2c rgba\(13\2c 18\2c 30\2c 0\.96\)\)\]{
  background-image: linear-gradient(180deg,rgba(7,11,20,0.98),rgba(13,18,30,0.96));
}

.bg-\[linear-gradient\(180deg\2c rgba\(9\2c 14\2c 25\2c 0\.98\)\2c rgba\(13\2c 18\2c 30\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(9,14,25,0.98),rgba(13,18,30,0.98));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-amber-600{
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400\/50{
  --tw-gradient-from: rgb(232 121 249 / 0.5) 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);
}

.from-fuchsia-500\/20{
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/10{
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10{
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20{
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50{
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-cyan-400\/10{
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-400\/20{
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-400\/5{
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-500\/5{
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-400\/20{
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(192 132 252 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-500\/10{
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-300\/50{
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(125 211 252 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[var\(--text-accent\)\]{
  --tw-gradient-to: var(--text-accent) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.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-8{
  padding: 2rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.font-mono{
  font-family: "Roboto Mono", monospace;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-\[12px\]{
  font-size: 12px !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5{
  line-height: 1.25rem;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}

.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\.24em\]{
  letter-spacing: 0.24em;
}

.tracking-\[0\.26em\]{
  letter-spacing: 0.26em;
}

.tracking-\[0\.28em\]{
  letter-spacing: 0.28em;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!text-\[inherit\]{
  color: inherit !important;
}

.text-\[\#bfe6ff\]{
  --tw-text-opacity: 1;
  color: rgb(191 230 255 / var(--tw-text-opacity, 1));
}

.text-\[\#cfeeff\]{
  --tw-text-opacity: 1;
  color: rgb(207 238 255 / var(--tw-text-opacity, 1));
}

.text-\[\#d1d5db\]{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-\[\#dbeafe\]{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-\[\#f3e8ff\]{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ff9999\]{
  --tw-text-opacity: 1;
  color: rgb(255 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#ffd0d0\]{
  --tw-text-opacity: 1;
  color: rgb(255 208 208 / var(--tw-text-opacity, 1));
}

.text-\[\#ffdede\]{
  --tw-text-opacity: 1;
  color: rgb(255 222 222 / var(--tw-text-opacity, 1));
}

.text-\[\#ffe8b3\]{
  --tw-text-opacity: 1;
  color: rgb(255 232 179 / var(--tw-text-opacity, 1));
}

.text-\[var\(--text-accent\)\]{
  color: var(--text-accent);
}

.text-\[var\(--text-alert\)\]{
  color: var(--text-alert);
}

.text-\[var\(--text-dim\)\]{
  color: var(--text-dim);
}

.text-\[var\(--text-muted\)\]{
  color: var(--text-muted);
}

.text-\[var\(--text-primary\)\]{
  color: var(--text-primary);
}

.text-\[var\(--text-secondary\)\]{
  color: var(--text-secondary);
}

.text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/45{
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/65{
  color: rgb(254 243 199 / 0.65);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85{
  color: rgb(253 230 138 / 0.85);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.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-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.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-200\/90{
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-300{
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.text-fuchsia-300\/80{
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-400{
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.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-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-teal-200\/80{
  color: rgb(153 246 228 / 0.8);
}

.text-teal-300{
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.text-teal-400{
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-400\/50{
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/70{
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/80{
  color: rgb(167 139 250 / 0.8);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-zinc-200{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

.placeholder-white\/20::-moz-placeholder{
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder{
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder{
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder{
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder{
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder{
  color: rgb(255 255 255 / 0.3);
}

.accent-\[var\(--text-accent\)\]{
  accent-color: var(--text-accent);
}

.accent-indigo-400{
  accent-color: #818cf8;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-45{
  opacity: 0.45;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-55{
  opacity: 0.55;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_0_10px_rgba\(217\2c 70\2c 239\2c 0\.30\)\]{
  --tw-shadow: 0 0 10px rgba(217,70,239,0.30);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_10px_rgba\(34\2c 211\2c 238\2c 0\.12\)\]{
  --tw-shadow: 0 0 10px rgba(34,211,238,0.12);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_16px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{
  --tw-shadow: 0 0 16px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 0 16px 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-\[0_0_18px_rgba\(239\2c 68\2c 68\2c 0\.55\)\]{
  --tw-shadow: 0 0 18px rgba(239,68,68,0.55);
  --tw-shadow-colored: 0 0 18px 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-\[0_0_20px_rgba\(30\2c 58\2c 138\2c 0\.2\)\]{
  --tw-shadow: 0 0 20px rgba(30,58,138,0.2);
  --tw-shadow-colored: 0 0 20px 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-\[0_0_25px_rgba\(67\2c 167\2c 238\2c 0\.15\)\]{
  --tw-shadow: 0 0 25px rgba(67,167,238,0.15);
  --tw-shadow-colored: 0 0 25px 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-\[0_0_30px_rgba\(255\2c 80\2c 80\2c 0\.12\)\]{
  --tw-shadow: 0 0 30px rgba(255,80,80,0.12);
  --tw-shadow-colored: 0 0 30px 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-\[0_0_30px_rgba\(67\2c 167\2c 238\2c 0\.12\)\]{
  --tw-shadow: 0 0 30px rgba(67,167,238,0.12);
  --tw-shadow-colored: 0 0 30px 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-\[0_0_30px_rgba\(67\2c 167\2c 238\2c 0\.15\)\]{
  --tw-shadow: 0 0 30px rgba(67,167,238,0.15);
  --tw-shadow-colored: 0 0 30px 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-\[0_0_4px_rgba\(239\2c 68\2c 68\2c 0\.7\)\]{
  --tw-shadow: 0 0 4px rgba(239,68,68,0.7);
  --tw-shadow-colored: 0 0 4px 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-\[0_0_4px_rgba\(248\2c 113\2c 113\2c 0\.7\)\]{
  --tw-shadow: 0 0 4px rgba(248,113,113,0.7);
  --tw-shadow-colored: 0 0 4px 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-\[0_0_4px_rgba\(34\2c 211\2c 238\2c 0\.6\)\]{
  --tw-shadow: 0 0 4px rgba(34,211,238,0.6);
  --tw-shadow-colored: 0 0 4px 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-\[0_0_4px_var\(--text-accent\)\]{
  --tw-shadow: 0 0 4px var(--text-accent);
  --tw-shadow-colored: 0 0 4px 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-\[inset_0_0_28px_rgba\(56\2c 189\2c 248\2c 0\.05\)\]{
  --tw-shadow: inset 0 0 28px rgba(56,189,248,0.05);
  --tw-shadow-colored: inset 0 0 28px 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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.ring{
  --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(3px + 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);
}

.ring-1{
  --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(1px + 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);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-red-400\/50{
  --tw-ring-color: rgb(248 113 113 / 0.5);
}

.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_8px_rgba\(160\2c 200\2c 255\2c 0\.85\)\]{
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(160,200,255,0.85));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[animation-delay\:150ms\]{
  animation-delay: 150ms;
}

.\[animation-delay\:300ms\]{
  animation-delay: 300ms;
}

:root {
  /* Core surfaces (Command Deck Theme) */
  --bg-deep: #050b14;
  /* Deepest space blue/black */
  --bg-header: rgba(5, 11, 20, 0.95);
  --bg-sheet: rgba(10, 15, 25, 0.92);
  /* Borders */
  --border-header: #1e293b;
  /* Slate-800 */
  --border-btn: #334155;
  /* Slate-700 */
  --border-sheet: rgba(34, 211, 238, 0.2);
  /* Cyan glow hint */
  --border-section: rgba(30, 41, 59, 0.5);
  /* Slate-800/50 */
  --border-primary: rgba(34, 211, 238, 0.5);
  /* Cyan-500/50 */
  /* Text */
  --text-primary: #f1f5f9;
  /* Slate-100 */
  --text-secondary: #94a3b8;
  /* Slate-400 */
  --text-dim: #475569;
  /* Slate-600 */
  --text-accent: #22d3ee;
  /* Cyan-400 */
  --text-alert: #ef4444;
  /* Red-500 */
  /* Buttons */
  --btn-bg: #0f172a;
  /* Slate-900 */
  --btn-primary-bg: #164e63;
  /* Cyan-900 */
}

/* Global control sizing */

input,
select,
button {
  font-size: 10px !important;
}

/* COMMS screen needs readable text — undo the 9px global for buttons/inputs inside it */

[data-testid="ui_v1_comms_screen"] button,
[data-testid="ui_v1_comms_screen"] input,
[data-testid="ui_v1_comms_screen"] select {
  font-size: inherit !important;
}

/* Payment modal controls should stay readable (discount apply, pay, etc.) */

[data-testid="ui_v1_payment_modal"] button,
[data-testid="ui_v1_payment_modal"] input,
[data-testid="ui_v1_payment_modal"] select {
  font-size: inherit !important;
}

/* COMMS message feed — set a readable base size on each message row.
   Child spans with explicit Tailwind text-[Xpx] classes still override this
   via the normal cascade; plain text nodes and unsized spans inherit 14px. */

[data-testid="ui_v1_comms_messages"] {
  font-size: 12px;
}

[data-testid="ui_v1_header_controls"] {
  font-size: 12px !important;
}

[data-testid="ui_v1_header_controls"] * {
  font-size: inherit;
}

[data-testid="ui_v1_header_status"] {
  font-size: 10px !important;
}

/* Your Stats panel — set 12px base so kv rows, career history, and any
   unsized text inherits a readable size. Explicit text-[Xpx] classes on
   individual elements still take precedence via the cascade. */

[data-testid="ui_v1_your_stats"] {
  font-size: 12px;
}

/* Intel / news-stream item rows — [SYS] source, title, severity badge and
   message body all inherit from here so they render at a readable size. */

[data-testid="news-intel-item"] {
  font-size: 14px;
}

[data-testid="news-intel-item"] * {
  font-size: inherit;
}

/* Hide number input spinners */

/* Chrome/Edge */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

body {
  background-color: var(--bg-deep);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 20px 20px;
  color: var(--text-primary);
  font-family: 'Roboto Mono', monospace;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  font-size: 9px;
  line-height: normal;
}

/* Document pages (account) need native scrolling; the game HUD locks overflow. */

html:has(body.scroll-page),
body.scroll-page {
  overflow: auto;
  height: auto;
}

h1{
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
  text-shadow: 0 0 10px rgba(255, 68, 68, 0.3);
}

h2{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

/* Auth pages — override the 7px game-UI sizing back to readable */

.auth-surface input,
.auth-surface select,
.auth-surface button,
.auth-surface datalist {
  font-size: 9px !important;
}

/* Manual overlay — set 12px base so all headings, nav items, body text,
   chat messages, and nav controls are readable. Explicit text-[Xpx] classes
   on larger elements (h1, chapter title etc.) still override via the cascade. */

[data-testid="ui_v1_manual_overlay"] {
  font-size: 12px;
}

/* Manual overlay — override the 9px game-UI sizing so prose is readable */

[data-testid="ui_v1_manual_overlay"] button,
[data-testid="ui_v1_manual_overlay"] select,
[data-testid="ui_v1_manual_overlay"] input {
  font-size: inherit !important;
}

/* Manual chat markdown — chat response paragraphs and list items at 11px */

[data-testid="ui_v1_manual_chat_markdown"] p,
[data-testid="ui_v1_manual_chat_markdown"] li {
  font-size: 11px;
}

/* Leaderboard tables — buttons (player/galaxy nav) must inherit the table's
   font size, not the global 9px button override. Applies to career, round
   players, and MVVD leaderboard panels. */

[data-testid="ui_v1_career_leaderboards"] table button,
[data-testid="ui_v1_round_leaderboards"] table button,
[data-testid="ui_v1_mvvd_leaderboard"] table button {
  font-size: inherit !important;
}

/* Map toolbar (BATTLES / GRID / Corruption / HOME / WITHIN) — wrapper divs
   set !text-[14px] but the global button/input 9px rule still wins on the
   child elements. Inherit the parent size for all interactive controls in
   the map controls row. */

[data-testid="ui_v1_map_battle_filters"] button,
[data-testid="ui_v1_map_grid_filters"] button,
[data-testid="ui_v1_map_corruption_filters"] button,
[data-testid="ui_v1_map_controls"] button,
[data-testid="ui_v1_map_tick_slider"] input,
[data-testid="ui_v1_map_tick_age_slider"] {
  font-size: inherit !important;
}

/* ── Game-surface select styling ────────────────────────────────────────────
   Applies to all <select> elements inside the game UI surface (anything that
   is NOT inside .auth-surface). Gives them the dark/cyan game aesthetic.
   Font-size is NOT overridden here — the 7px global rule still applies to
   compact game-panel selects (action queue, map overlay etc.) by design.
   Use an explicit style="font-size:Npx !important" on larger contexts.      */

body:not(.auth-page) select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: rgba(5, 11, 20, 0.88);
  border: 1px solid rgba(34, 211, 238, 0.25);
  color: #f1f5f9;
  font-family: 'Roboto Mono', monospace;
  padding: 3px 18px 3px 6px;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  /* Custom chevron via SVG data URI */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 20 20'%3E%3Cpath stroke='%2322d3ee' stroke-width='2' stroke-linecap='round' fill='none' d='M5 8 L10 13 L15 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 10px 10px;
}

body:not(.auth-page) select:focus {
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.15);
}

body:not(.auth-page) select option {
  background-color: #050b14;
  color: #f1f5f9;
}

/* Auth pages keep their own override */

.auth-surface select {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-image: none;
}

/* Chapter-select dropdown: game-styled custom <details> disclosure */

.manual-details {
  position: relative;
}

/* Hide the default marker on all browsers */

.manual-details > summary::-webkit-details-marker {
  display: none;
}

.manual-details > summary::marker {
  display: none;
}

.manual-details-summary {
  display: block;
  cursor: pointer;
  background-color: rgba(5, 11, 20, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 4px;
  color: #f1f5f9;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.04em;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.manual-details-summary:focus-visible {
  outline: none;
  border-color: rgba(34, 211, 238, 0.7);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2), 0 0 8px rgba(34, 211, 238, 0.1);
}

.manual-details[open] .manual-details-summary {
  border-color: rgba(34, 211, 238, 0.6);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.08);
}

.manual-details[open] .manual-chevron {
  transform: rotate(180deg);
}

.manual-chevron {
  transition: transform 0.15s ease;
}

.manual-details-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(5, 11, 20, 0.98);
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7), 0 0 16px rgba(34, 211, 238, 0.06);
}

/* Keep the old .manual-select for any lingering references */

.manual-select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: rgba(5, 11, 20, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.3);
  color: #f1f5f9;
  font-family: 'Roboto Mono', monospace;
  font-size: 15px !important;
  padding: 9px 36px 9px 12px;
  outline: none;
  border-radius: 4px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.manual-select:focus {
  border-color: rgba(34, 211, 238, 0.7);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2), 0 0 8px rgba(34, 211, 238, 0.1);
}

.manual-select option {
  background-color: #050b14;
  color: #f1f5f9;
  font-size: 15px !important;
}

.void-modal .title {
  color: var(--text-accent);
  text-shadow: 0 0 8px rgba(180, 85, 85, 0.22);
}

.void-modal .subtitle {
  color: var(--text-secondary);
}

.void-defeated-modal {
  position: fixed;
  inset: 0;
  z-index: 72;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.16), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(239, 68, 68, 0.18), transparent 32%),
    rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.void-defeated-modal__card {
  position: relative;
  width: min(92vw, 820px);
  max-height: min(92vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(52, 211, 153, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(5, 11, 20, 0.96), rgba(10, 15, 25, 0.9)),
    var(--bg-sheet);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.72),
    0 0 42px rgba(52, 211, 153, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.void-defeated-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 11, 20, 0.72);
  color: var(--text-secondary);
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.void-defeated-modal__close:hover {
  border-color: rgba(52, 211, 153, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-primary);
}

.void-defeated-modal__image-wrap {
  position: relative;
  height: min(42vh, 360px);
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid rgba(52, 211, 153, 0.2);
  background: #050b14;
}

.void-defeated-modal__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 38%;
     object-position: center 38%;
  filter: saturate(0.9) contrast(1.1) brightness(0.78);
}

.void-defeated-modal__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.1), rgba(5, 11, 20, 0.88)),
    linear-gradient(90deg, rgba(5, 11, 20, 0.72), transparent 42%, rgba(5, 11, 20, 0.36));
  pointer-events: none;
}

.void-defeated-modal__content {
  position: relative;
  padding: 22px;
}

.void-defeated-modal__eyebrow {
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6ee7b7;
}

.void-defeated-modal__title {
  margin-top: 8px;
  margin-bottom: 0;
  padding-right: 32px;
  color: var(--text-primary);
  font-size: 30px !important;
  line-height: 1.1;
  text-shadow: 0 0 18px rgba(52, 211, 153, 0.22);
}

.void-defeated-modal__copy {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 15px !important;
  line-height: 1.65;
}

.void-defeated-modal__warning {
  margin-top: 14px;
  border: 1px solid rgba(239, 68, 68, 0.24);
  border-radius: 12px;
  background: rgba(127, 29, 29, 0.14);
  padding: 12px;
  color: #fecaca;
  font-size: 14px !important;
  line-height: 1.55;
}

.void-defeated-modal__actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.void-defeated-modal__button {
  border: 1px solid rgba(52, 211, 153, 0.62);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.95), rgba(34, 211, 238, 0.72));
  color: #03130f;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.void-defeated-modal__button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Custom Scrollbar */

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

::-webkit-scrollbar-track {
  background: var(--bg-deep);
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 211, 238, 0.25);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 211, 238, 0.6);
}

/* UI v1 landing warmup */

@keyframes ui-v1-terminal-throb {
  0% {
    transform: scaleX(0.15);
    opacity: 0.35;
    filter: blur(0.4px);
  }

  50% {
    transform: scaleX(1);
    opacity: 0.95;
    filter: blur(0px);
  }

  100% {
    transform: scaleX(0.15);
    opacity: 0.35;
    filter: blur(0.4px);
  }
}

.ui-v1-terminal-warmup-line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(239, 68, 68, 0),
    rgba(239, 68, 68, 0.9),
    rgba(239, 68, 68, 0)
  );
  transform-origin: center;
  animation: ui-v1-terminal-throb 1.1s infinite ease-in-out;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.35);
}

/* Research Animations */

@keyframes scan-line {
  0% {
    left: -100%;
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    left: 200%;
    opacity: 0;
  }
}

.research-scanning {
  position: relative;
  overflow: hidden;
  border-color: #ff4444 !important;
  box-shadow: 0 0 12px rgba(255, 68, 68, 0.15);
}

.research-scanning::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 68, 68, 0.2), transparent);
  transform: skewX(-20deg);
  animation: scan-line 2s infinite linear;
  pointer-events: none;
}

.research-active-bar{
  height: 0.125rem;
  border-radius: 9999px;
  background-color: var(--text-accent);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 0 8px rgba(255, 68, 68, 0.6);
}

.research-disabled{
  opacity: 0.5;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  cursor: not-allowed;
}

/* Shared Progress Animations (Shipyard/Buildings) */

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes scan {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(120%);
  }
}

.animate-scan {
  animation: scan 1.6s infinite linear;
}

/* Shipyard Animations (match research feel, with blue palette) */

.shipyard-scanning {
  position: relative;
  overflow: hidden;
  border-color: rgba(59, 130, 246, 0.45) !important;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.12);
}

.shipyard-scanning::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.18), transparent);
  transform: skewX(-20deg);
  animation: scan-line 2s infinite linear;
  pointer-events: none;
}

.shipyard-active-bar{
  height: 0.125rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.55);
}

/* Buildings (orange palette) */

.build-active-bar{
  height: 0.125rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 0 8px rgba(249, 115, 22, 0.55);
}

/* ── Gift sliders ─────────────────────────────────────────────────────────── */

/* Scoped to the gift section so we don't affect any other range inputs.      */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 4px 0;
}

/* ── Track: Webkit (Chrome, Edge, Safari) ── */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* ── Track: Firefox ── */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* ── Fill (progress) portion: Firefox only ── */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]::-moz-range-progress {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.6), rgba(34, 211, 238, 0.9));
}

/* ── Thumb: Webkit ── */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22d3ee;
  border: 2px solid rgba(5, 11, 20, 0.9);
  box-shadow:
    0 0 6px rgba(34, 211, 238, 0.55),
    0 0 0 1px rgba(34, 211, 238, 0.25);
  margin-top: -5px;
  -webkit-transition: box-shadow 0.15s ease, transform 0.1s ease;
  transition: box-shadow 0.15s ease, transform 0.1s ease;
  cursor: pointer;
}

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:hover::-webkit-slider-thumb,
[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 12px rgba(34, 211, 238, 0.8),
    0 0 0 2px rgba(34, 211, 238, 0.4);
  transform: scale(1.15);
}

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:active::-webkit-slider-thumb {
  background: #67e8f9;
  box-shadow:
    0 0 16px rgba(34, 211, 238, 1),
    0 0 0 3px rgba(34, 211, 238, 0.3);
  transform: scale(1.2);
}

/* ── Thumb: Firefox ── */

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22d3ee;
  border: 2px solid rgba(5, 11, 20, 0.9);
  box-shadow:
    0 0 6px rgba(34, 211, 238, 0.55),
    0 0 0 1px rgba(34, 211, 238, 0.25);
  -moz-transition: box-shadow 0.15s ease, transform 0.1s ease;
  transition: box-shadow 0.15s ease, transform 0.1s ease;
  cursor: pointer;
}

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:hover::-moz-range-thumb,
[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:focus::-moz-range-thumb {
  box-shadow:
    0 0 12px rgba(34, 211, 238, 0.8),
    0 0 0 2px rgba(34, 211, 238, 0.4);
  transform: scale(1.15);
}

[data-testid="ui_v1_my_galaxy_gift_section"] input[type="range"]:active::-moz-range-thumb {
  background: #67e8f9;
  box-shadow:
    0 0 16px rgba(34, 211, 238, 1),
    0 0 0 3px rgba(34, 211, 238, 0.3);
  transform: scale(1.2);
}

/* ── Guided Tutorial (Briefing) ─────────────────────────────────────────── */

/* Override the 7px global for all text/buttons inside the tutorial overlays */

[data-testid="ui_v1_guided_tutorial_overlay"] button,
[data-testid="ui_v1_guided_tutorial_overlay"] p,
[data-testid="ui_v1_guided_tutorial_welcome_modal"] button,
[data-testid="ui_v1_guided_tutorial_welcome_modal"] p {
  font-size: inherit !important;
}

/* Backdrop: full-screen darkening layer. The spotlight div punches a cutout
   via its enormous box-shadow. pointer-events:all so click-outside-to-dismiss
   works; the spotlight and popover children manage their own pointer events. */

.tutorial-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: all;
}

/* Hands-on briefing step: the commander has to reach the real control, so the
   backdrop stops intercepting clicks. The popover opts back in for its own
   buttons — pointer-events: none inherits, and Back / End briefing still work. */

.tutorial-backdrop--interactive {
  pointer-events: none;
}

/* Steps with no spotlight target — the opening and closing acts, and any step
   whose target is hidden below a breakpoint — draw no cutout, so the dimming
   the spotlight's box-shadow normally provides never appears and the popover
   floats over an undimmed board. This supplies the dim directly. It is applied
   only when no cutout is drawn, because a background here would otherwise fill
   the cutout in too. */

.tutorial-backdrop--plain {
  background: rgba(0, 0, 0, 0.80);
}

.tutorial-backdrop--interactive .tutorial-popover {
  pointer-events: auto;
}

/* In-universe framing above the instruction: set apart from the body copy so a
   commander reading fast can skip it, and a commander reading slowly gets the
   world rather than a manual. */

.tutorial-lede {
  border-left: 2px solid var(--text-accent);
  padding-left: 8px;
  font-style: italic;
  font-size: 11px;
  line-height: 1.6;
  color: var(--text-primary);
  opacity: 0.85;
  /* A flex item's default min-width is its content, so a long quote pushed the
     card wider instead of wrapping inside it. */
  min-width: 0;
  overflow-wrap: anywhere;
}

.tutorial-scroll > * {
  min-width: 0;
}

/* Everything below the title scrolls, so a long briefing body can never push
   the instruction or the Back button out of reach. The popover is capped
   against the viewport rather than given a fixed height, so short steps stay
   compact. */

.tutorial-scroll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: min(52vh, 460px);
  padding-right: 4px;
}

.tutorial-build-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 2px 8px;
  border: 1px solid rgba(255, 176, 0, 0.5);
  border-radius: 3px;
  background: rgba(255, 176, 0, 0.1);
  color: #fbbf24;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

/* The literal control to look for, set off from the reasoning above it. */

.tutorial-move-hint {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(34, 211, 238, 0.25);
  font-size: 11px;
  line-height: 1.5;
  color: var(--text-primary);
}

.tutorial-move-hint::before {
  content: "●";
  margin-right: 6px;
  color: var(--text-accent);
  font-size: 8px;
  vertical-align: middle;
}

/* The almanac's own figures, picked out of the running prose. */

.tutorial-figure {
  color: #ffffff;
  font-weight: 600;
}

/* A rejected action, said inside the card. The shell reports it too, but the
   backdrop dims that to near-invisibility during the briefing. */

.tutorial-notice {
  border: 1px solid rgba(251, 191, 36, 0.55);
  border-radius: 4px;
  background: rgba(251, 191, 36, 0.1);
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.5;
  color: #fbbf24;
}

.tutorial-move-callout {
  border: 1px solid var(--text-accent);
  border-radius: 4px;
  background: rgba(255, 176, 0, 0.08);
  padding: 8px 10px;
}

/* The spotlight div is positioned over the target element by the JS hook.
   Its box-shadow creates the darkened surround — 9999px fills the viewport.
   The element itself is transparent so the target shows through clearly. */

.tutorial-spotlight {
  position: fixed;
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.80);
  pointer-events: none;
  outline: 1px solid rgba(34, 211, 238, 0.55);
  outline-offset: 1px;
  box-sizing: border-box;
  display: none;
  transition:
    top 200ms ease,
    left 200ms ease,
    width 200ms ease,
    height 200ms ease;
}

/* The ring is deliberately still. It used to pulse, and with the button
   inside it now emitting its own beacon the two rhythms competed; one steady
   outline and one moving cue reads far cleaner than two things throbbing. */

/* The popover card — uses the existing panel token but positioned absolutely
   by the JS hook relative to the spotlit element. */

.tutorial-popover {
  position: fixed;
  z-index: 9100;
  width: 380px;
  max-width: calc(100vw - 16px);
  /* Long briefing acts must never push the Back/Next controls off-screen on a
     short viewport — cap the card and let it scroll instead. */
  max-height: calc(100vh - 16px);
  overflow-y: auto;
  display: none;
  background-color: rgba(5, 11, 20, 0.97);
  border: 1px solid rgba(34, 211, 238, 0.45);
  border-radius: 6px;
  box-shadow:
    0 0 0 1px rgba(34, 211, 238, 0.08),
    0 12px 40px rgba(0, 0, 0, 0.75),
    0 0 24px rgba(34, 211, 238, 0.06);
  pointer-events: all;
  opacity: 0;
  transform: translateY(6px);
  transition: none;
}

/* JS hook adds this class after display:block to trigger the entry animation */

@keyframes tutorial-popover-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

.tutorial-popover--visible {
  animation: tutorial-popover-in 180ms ease forwards;
}

/* Step progress bar container */

.tutorial-progress-bar {
  height: 2px;
  background-color: rgba(34, 211, 238, 0.12);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0;
}

.tutorial-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.6), rgba(34, 211, 238, 1));
  border-radius: 999px;
  transition: width 250ms ease;
  box-shadow: 0 0 6px rgba(34, 211, 238, 0.4);
}

/* Warning / callout banners inside the tutorial */

.tutorial-warning-banner {
  background-color: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.30);
  border-radius: 4px;
  color: #fcd34d;
}

.tutorial-void-banner {
  background-color: rgba(239, 68, 68, 0.07);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 4px;
  color: #fca5a5;
}

/* ── Briefing initialising loading state ────────────────────────────────── */

@keyframes tutorial-scan-beam {
  0%   {
    transform: translateX(-100%) skewX(-12deg);
    opacity: 0;
  }

  20%  {
    opacity: 1;
  }

  80%  {
    opacity: 1;
  }

  100% {
    transform: translateX(220%) skewX(-12deg);
    opacity: 0;
  }
}

@keyframes tutorial-border-pulse {
  0%   {
    border-color: rgba(34, 211, 238, 0.25);
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.05);
  }

  50%  {
    border-color: rgba(34, 211, 238, 0.85);
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.22);
  }

  100% {
    border-color: rgba(34, 211, 238, 0.25);
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.05);
  }
}

@keyframes tutorial-cursor-blink {
  0%, 100% {
    opacity: 1;
  }

  50%       {
    opacity: 0;
  }
}

@keyframes tutorial-loading-bar {
  0%   {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(280%);
  }
}

/* The hidden loading layer — sits over the panel content */

.tutorial-loading-layer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  overflow: hidden;
}

/* Sweep beam across the loading layer */

.tutorial-loading-layer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.07), transparent);
  animation: tutorial-scan-beam 2s ease-in-out infinite;
  pointer-events: none;
}

.tutorial-loading-label {
  font-family: 'Roboto Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #22d3ee;
  text-shadow: 0 0 14px rgba(34, 211, 238, 0.6);
}

.tutorial-loading-cursor {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #22d3ee;
  border-radius: 1px;
  animation: tutorial-cursor-blink 0.75s ease infinite;
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.8);
}

.tutorial-loading-bar-track {
  width: 160px;
  height: 2px;
  background: rgba(34, 211, 238, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.tutorial-loading-bar-fill {
  height: 100%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.9), rgba(34, 211, 238, 0.4));
  border-radius: 999px;
  animation: tutorial-loading-bar 1.3s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(34, 211, 238, 0.5);
}

/* On data-loading, fade out content and fade in the loading layer + pulse border */

.tutorial-welcome-panel[data-loading="true"] .tutorial-welcome-content {
  opacity: 0;
  pointer-events: none;
}

.tutorial-welcome-panel[data-loading="true"] .tutorial-loading-layer {
  opacity: 1;
}

.tutorial-welcome-panel[data-loading="true"] {
  animation: tutorial-border-pulse 1.8s ease-in-out infinite;
}

/* First Ten Moves — the exact button to press for the briefing's current move.
   Rendered server-side rather than positioned by JS, so it survives any
   viewport without a measurement pass. The briefing's spotlight rings the row;
   this marks the control inside it, because a shipyard row carries both
   "build 1" and "x5" and a row-level highlight leaves the commander guessing.

   A beacon, not a bounce: two thin rings emit from the button's edge and
   dissolve outward, half a cycle apart, while the button itself holds still
   under a steady glow. The earlier treatment scaled the button by 12% every
   1.4s, which reflowed the label and read as an alarm rather than an
   invitation. Rings on pseudo-elements leave the button's own box untouched,
   so its text, hit area and layout never move. */

.ftm-press {
  position: relative;
  border-color: rgba(34, 211, 238, 0.8) !important;
  color: #22d3ee !important;
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.22);
}

.ftm-press::before,
.ftm-press::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(34, 211, 238, 0.95);
  pointer-events: none;
  animation: ftm-beacon 2.4s cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
}

.ftm-press::after {
  animation-delay: 1.2s;
}

@keyframes ftm-beacon {
  0%   {
    inset: -2px;
    opacity: 0.9;
  }

  100% {
    inset: -16px;
    opacity: 0;
    border-radius: 14px;
  }
}

/* Honour a reduced-motion preference: keep the emphasis, drop the movement. */

@media (prefers-reduced-motion: reduce) {
  .ftm-press {
    box-shadow: 0 0 10px 2px rgba(34, 211, 238, 0.35);
  }

  .ftm-press::before,
  .ftm-press::after {
    display: none;
  }
}

/* ── iPad / iPhone mobile overrides ──────────────────────────────────────────
   Breakpoint: ≤1024px covers all iPad Pro sizes and smaller.
   Uses dvh (dynamic viewport height) so iOS Safari's collapsible toolbar
   does not clip panels. -webkit-overflow-scrolling: touch enables momentum
   scrolling on all scrollable containers.
   ─────────────────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  /* 1. Body: allow native page scroll on mobile so the header is not trapped.
        The shell's flex-col chain handles layout; overflow:hidden is only needed
        on desktop where all content fits in 100vh exactly. */

  body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 2. Global font bump: 9px is too small on a 264ppi Retina display.
        Bump base and buttons/inputs to 11px. */

  body {
    font-size: 11px;
  }

  input,
  select,
  button {
    font-size: 13px !important;
  }

  .btn {
    font-size: 13px !important;
    /* Reduce padding so buttons aren't oversized on the command deck */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  /* 3. HUD header: sticky so it stays at the top as the deck scrolls. */

  [data-testid="ui_v1_header"] {
    position: sticky;
    top: 0;
    z-index: 40;
  }

  /* 4. <main> is the real scroll container. Its desktop class is
        "flex-1 relative overflow-hidden" — the overflow:hidden clips the deck
        on mobile. Replace it with overflow-y:auto so <main> becomes the scroll
        root for the command deck. The parent flex column already constrains the
        height via flex-1 + the screen height, so height:100% fills correctly. */

  [data-testid="ui_v1_main"] {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* 5. #screen-deck fills <main> completely and makes itself the inner scroll
        container for the dashboard panels. The h-full it gets from screen_class()
        is correct — we just ensure overflow-y:auto is set so it actually scrolls. */

  #screen-deck {
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* 6. The deck component's inner wrapper and grid: keep h-full so they fill
        the screen-deck correctly. We only remove the per-column overflow-y:auto
        (they were inner-scrolling on desktop; on mobile the whole #screen-deck
        scrolls instead). */

  [data-testid="ui_v1_deck"] {
    height: 100%;
    overflow: visible;
  }

  [data-testid="ui_v1_dashboard_left_column"],
  [data-testid="ui_v1_dashboard_centre_column"],
  [data-testid="ui_v1_dashboard_right_column"] {
    height: auto;
    max-height: none;
    overflow-y: visible;
    max-width: 100%;
  }

  /* 6. Comms screen: cap height so it fits in the viewport with the HUD visible.
        Scroll within the feed is handled by the comms feed's own overflow-y-auto. */

  #screen-comms,
  [data-testid="ui_v1_comms"] {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  /* 7. Manual overlay: use dvh so iOS Safari toolbar doesn't clip the overlay. */

  [data-testid="ui_v1_manual_overlay"] {
    height: 100dvh;
  }

  /* 8. Manual content body: momentum scroll on iOS. */

  #ui_v1_manual_content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* 9. Manual nav sidebar: momentum scroll so all chapters are reachable. */

  [data-testid="ui_v1_manual_nav"] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 10. Manual chapter dropdown: taller max-height so all chapters fit. */

  .manual-details-list {
    max-height: 70dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 11. Manual chat messages: momentum scroll. */

  [data-testid="ui_v1_manual_chat_messages"] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 12. Safe-area insets for notch / home indicator on iPad Pro / iPhone. */

  [data-testid="ui_v1_header"] {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* ==========================================================================
   Replay Cinema (/r/:token) — public-facing shareable battle replay page
   ========================================================================== */

.cinema-root {
  display: flex;
  flex-direction: column;
  /* Exact viewport height — no scrolling. Everything must fit. */
  height: 100dvh;
  overflow: hidden;
  background: #000;
  color: #e2e8f0;
  font-family: 'Roboto Mono', ui-monospace, monospace;
}

/* ── Header ── */

.cinema-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.cinema-logo {
  text-decoration: none;
  font-family: 'Orbitron', monospace;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.cinema-logo-aeon {
  color: #f1f5f9;
}

.cinema-logo-rift {
  color: #22d3ee;
  margin-left: 0.25em;
}

.cinema-header-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cinema-nav-btn {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 4px;
  transition: color 0.15s, border-color 0.15s;
}

.cinema-nav-btn:hover {
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.4);
}

.cinema-nav-btn--cta {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.35);
  background: rgba(96, 165, 250, 0.07);
}

.cinema-nav-btn--cta:hover {
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.6);
  background: rgba(96, 165, 250, 0.12);
}

/* ── Cinema Stage (full-width black, vertically centred) ── */

.cinema-stage {
  flex: 1;
  /* min-height: 0 is REQUIRED — without it a flex child ignores the parent's
     height constraint and overflows. This lets the stage shrink to whatever
     height remains after the header and meta strip are laid out. */
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0;
  overflow: hidden;
}

/* 16:9 cinematic frame.
   height: 100% fills the stage's constrained flex height.
   aspect-ratio: 16/9 derives width from that height.
   max-width: 100% caps it if the viewport is too narrow (portrait-ish).
   The stage is already overflow:hidden so no bleed. */

.cinema-frame {
  height: 100%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.9), 0 0 1px rgba(255, 255, 255, 0.05);
}

.cinema-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* ── Metadata strip (attacker vs defender, result, round/tick) ── */

.cinema-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: #94a3b8;
}

.cinema-meta-combatants {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cinema-meta-attacker, .cinema-meta-defender {
  color: #e2e8f0;
  font-weight: 600;
}

.cinema-meta-vs {
  color: #475569;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cinema-meta-result {
  color: #4ade80;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cinema-meta-tags {
  color: #475569;
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ── Call-to-action strip (unauthenticated viewers) ── */

.cinema-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(180deg, #000 0%, #060c1a 100%);
  border-top: 1px solid rgba(96, 165, 250, 0.15);
}

.cinema-cta-headline {
  font-size: 18px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
  letter-spacing: 0.01em;
}

.cinema-cta-sub {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  max-width: 480px;
  line-height: 1.6;
}

.cinema-cta-btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.65rem 1.75rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid rgba(96, 165, 250, 0.4);
  transition: opacity 0.15s, transform 0.15s;
}

.cinema-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ── Not-found state ── */

.cinema-not-found {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3rem 1.5rem;
  text-align: center;
  color: #64748b;
}

.cinema-not-found h1 {
  font-size: 20px;
  color: #94a3b8;
  margin: 0;
}

.cinema-not-found p {
  font-size: 13px;
  margin: 0;
}

/* ── Cinema curtain \u2014 full-viewport black overlay, faded out on mount ── */

.cinema-curtain {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #000;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.cinema-curtain--lifted {
  opacity: 0;
}

/* ── Cinema audio controls ── */

.cinema-audio-controls {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 5px 12px 5px 8px;
  animation: cinema-audio-fadein 1.2s ease 0.8s both;
}

@keyframes cinema-audio-fadein {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

.cinema-audio-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 50%;
  transition: background 0.15s, transform 0.1s;
  color: #e2e8f0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cinema-audio-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.1);
}

.cinema-audio-btn:active {
  transform: scale(0.95);
}

.cinema-audio-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.18);
  outline: none;
  cursor: pointer;
}

.cinema-audio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #60a5fa;
  border: 2px solid rgba(255,255,255,0.3);
  box-shadow: 0 0 6px rgba(96,165,250,0.5);
  cursor: pointer;
  -webkit-transition: transform 0.1s, box-shadow 0.1s;
  transition: transform 0.1s, box-shadow 0.1s;
}

.cinema-audio-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(96,165,250,0.7);
}

.cinema-audio-slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #60a5fa;
  border: 2px solid rgba(255,255,255,0.3);
  cursor: pointer;
}

/* Paddle inline checkout host — border matches order summary (border-white/10) */

.paddle-checkout-frame {
  width: 100%;
  min-height: 520px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 11, 20, 0.55);
  padding: 0.5rem 0.25rem 0.25rem;
}

.placeholder\:text-\[var\(--text-dim\)\]::-moz-placeholder{
  color: var(--text-dim);
}

.placeholder\:text-\[var\(--text-dim\)\]::placeholder{
  color: var(--text-dim);
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-r-0:last-child{
  border-right-width: 0px;
}

.hover\:border-\[var\(--border-primary\)\]:hover{
  border-color: var(--border-primary);
}

.hover\:border-\[var\(--text-accent\)\]:hover{
  border-color: var(--text-accent);
}

.hover\:border-\[var\(--text-secondary\)\]:hover{
  border-color: var(--text-secondary);
}

.hover\:border-amber-400\/50:hover{
  border-color: rgb(251 191 36 / 0.5);
}

.hover\:border-amber-400\/70:hover{
  border-color: rgb(251 191 36 / 0.7);
}

.hover\:border-cyan-500\/40:hover{
  border-color: rgb(6 182 212 / 0.4);
}

.hover\:border-cyan-500\/50:hover{
  border-color: rgb(6 182 212 / 0.5);
}

.hover\:border-emerald-400\/70:hover{
  border-color: rgb(52 211 153 / 0.7);
}

.hover\:border-purple-400\/60:hover{
  border-color: rgb(192 132 252 / 0.6);
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.hover\:border-red-400\/60:hover{
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-500\/50:hover{
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-rose-400\/75:hover{
  border-color: rgb(251 113 133 / 0.75);
}

.hover\:border-sky-400\/60:hover{
  border-color: rgb(56 189 248 / 0.6);
}

.hover\:border-sky-400\/70:hover{
  border-color: rgb(56 189 248 / 0.7);
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/30:hover{
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-zinc-500\/70:hover{
  border-color: rgb(113 113 122 / 0.7);
}

.hover\:bg-\[var\(--bg-sheet\)\]:hover{
  background-color: var(--bg-sheet);
}

.hover\:bg-\[var\(--btn-primary-bg\)\]:hover{
  background-color: var(--btn-primary-bg);
}

.hover\:bg-amber-900\/35:hover{
  background-color: rgb(120 53 15 / 0.35);
}

.hover\:bg-amber-900\/40:hover{
  background-color: rgb(120 53 15 / 0.4);
}

.hover\:bg-amber-900\/50:hover{
  background-color: rgb(120 53 15 / 0.5);
}

.hover\:bg-amber-950\/20:hover{
  background-color: rgb(69 26 3 / 0.2);
}

.hover\:bg-amber-950\/30:hover{
  background-color: rgb(69 26 3 / 0.3);
}

.hover\:bg-cyan-500\/10:hover{
  background-color: rgb(6 182 212 / 0.1);
}

.hover\:bg-cyan-500\/30:hover{
  background-color: rgb(6 182 212 / 0.3);
}

.hover\:bg-cyan-500\/\[0\.06\]:hover{
  background-color: rgb(6 182 212 / 0.06);
}

.hover\:bg-cyan-900\/30:hover{
  background-color: rgb(22 78 99 / 0.3);
}

.hover\:bg-cyan-950\/30:hover{
  background-color: rgb(8 51 68 / 0.3);
}

.hover\:bg-emerald-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-900\/35:hover{
  background-color: rgb(6 78 59 / 0.35);
}

.hover\:bg-emerald-950\/30:hover{
  background-color: rgb(2 44 34 / 0.3);
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-500\/25:hover{
  background-color: rgb(168 85 247 / 0.25);
}

.hover\:bg-purple-900\/40:hover{
  background-color: rgb(88 28 135 / 0.4);
}

.hover\:bg-purple-900\/60:hover{
  background-color: rgb(88 28 135 / 0.6);
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/20:hover{
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-900\/40:hover{
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-900\/50:hover{
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-red-900\/60:hover{
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-red-950\/30:hover{
  background-color: rgb(69 10 10 / 0.3);
}

.hover\:bg-red-950\/40:hover{
  background-color: rgb(69 10 10 / 0.4);
}

.hover\:bg-rose-900\/40:hover{
  background-color: rgb(136 19 55 / 0.4);
}

.hover\:bg-sky-900\/35:hover{
  background-color: rgb(12 74 110 / 0.35);
}

.hover\:bg-sky-900\/40:hover{
  background-color: rgb(12 74 110 / 0.4);
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/\[0\.04\]:hover{
  background-color: rgb(255 255 255 / 0.04);
}

.hover\:bg-white\/\[0\.08\]:hover{
  background-color: rgb(255 255 255 / 0.08);
}

.hover\:bg-yellow-500\/20:hover{
  background-color: rgb(234 179 8 / 0.2);
}

.hover\:bg-zinc-800\/60:hover{
  background-color: rgb(39 39 42 / 0.6);
}

.hover\:bg-zinc-900\/40:hover{
  background-color: rgb(24 24 27 / 0.4);
}

.hover\:text-\[var\(--text-accent\)\]:hover{
  color: var(--text-accent);
}

.hover\:text-\[var\(--text-secondary\)\]:hover{
  color: var(--text-secondary);
}

.hover\:text-amber-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-200:hover{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-100:hover{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-200:hover{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.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-red-300:hover{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-100:hover{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-200:hover{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-300:hover{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover{
  color: rgb(255 255 255 / 0.85);
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow-\[0_0_15px_rgba\(67\2c 167\2c 238\2c 0\.3\)\]:hover{
  --tw-shadow: 0 0 15px rgba(67,167,238,0.3);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring-1:hover{
  --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(1px + 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);
}

.hover\:ring-white\/20:hover{
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.hover\:brightness-110:hover{
  --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);
}

.focus\:border-\[var\(--border-primary\)\]:focus{
  border-color: var(--border-primary);
}

.focus\:border-\[var\(--text-accent\)\]:focus{
  border-color: var(--text-accent);
}

.focus\:border-cyan-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-500\/50:focus{
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-green-500\/50:focus{
  border-color: rgb(34 197 94 / 0.5);
}

.focus\:border-red-500\/50:focus{
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus{
  --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(1px + 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);
}

.focus\:ring-\[var\(--text-accent\)\]:focus{
  --tw-ring-color: var(--text-accent);
}

.focus\:ring-cyan-400\/30:focus{
  --tw-ring-color: rgb(34 211 238 / 0.3);
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.active\:bg-cyan-500\/15:active{
  background-color: rgb(6 182 212 / 0.15);
}

.active\:bg-white\/15:active{
  background-color: rgb(255 255 255 / 0.15);
}

.active\:bg-white\/5:active{
  background-color: rgb(255 255 255 / 0.05);
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group\/trust:hover .group-hover\/trust\:block{
  display: block;
}

.group:hover .group-hover\:w-0{
  width: 0px;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.data-\[active\=true\]\:border-amber-400\/40[data-active="true"]{
  border-color: rgb(251 191 36 / 0.4);
}

.data-\[active\=true\]\:border-amber-400\/60[data-active="true"]{
  border-color: rgb(251 191 36 / 0.6);
}

.data-\[active\=true\]\:border-purple-400\/40[data-active="true"]{
  border-color: rgb(192 132 252 / 0.4);
}

.data-\[active\=true\]\:border-red-400[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.data-\[active\=true\]\:border-red-400\/40[data-active="true"]{
  border-color: rgb(248 113 113 / 0.4);
}

.data-\[active\=true\]\:border-red-500\/40[data-active="true"]{
  border-color: rgb(239 68 68 / 0.4);
}

.data-\[active\=true\]\:border-sky-400[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.data-\[active\=true\]\:border-sky-400\/40[data-active="true"]{
  border-color: rgb(56 189 248 / 0.4);
}

.data-\[active\=true\]\:bg-amber-950\/25[data-active="true"]{
  background-color: rgb(69 26 3 / 0.25);
}

.data-\[active\=true\]\:bg-amber-950\/30[data-active="true"]{
  background-color: rgb(69 26 3 / 0.3);
}

.data-\[active\=true\]\:bg-purple-950\/25[data-active="true"]{
  background-color: rgb(59 7 100 / 0.25);
}

.data-\[active\=true\]\:bg-red-500\/70[data-active="true"]{
  background-color: rgb(239 68 68 / 0.7);
}

.data-\[active\=true\]\:bg-red-950\/25[data-active="true"]{
  background-color: rgb(69 10 10 / 0.25);
}

.data-\[active\=true\]\:bg-sky-500\/70[data-active="true"]{
  background-color: rgb(14 165 233 / 0.7);
}

.data-\[active\=true\]\:bg-sky-950\/25[data-active="true"]{
  background-color: rgb(8 47 73 / 0.25);
}

.data-\[active\=true\]\:text-amber-200[data-active="true"]{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.data-\[active\=true\]\:text-white[data-active="true"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=error\]\:text-amber-400[data-state="error"]{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.data-\[state\=ok\]\:text-\[var\(--text-accent\)\][data-state="ok"]{
  color: var(--text-accent);
}

@media (min-width: 640px){
  .sm\:left-auto{
    left: auto;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:max-h-\[calc\(100dvh-3rem\)\]{
    max-height: calc(100dvh - 3rem);
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-\[96vw\]{
    width: 96vw;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

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

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

  .sm\:grid-cols-\[minmax\(10rem\2c 1\.5fr\)_auto_auto_auto_auto\]{
    grid-template-columns: minmax(10rem,1.5fr) auto auto auto auto;
  }

  .sm\:grid-cols-\[minmax\(7rem\2c 0\.8fr\)_minmax\(8rem\2c 1\.5fr\)_auto_auto\]{
    grid-template-columns: minmax(7rem,0.8fr) minmax(8rem,1.5fr) auto auto;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:right-5{
    right: 1.25rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[calc\(100\%-3rem\)\]{
    height: calc(100% - 3rem);
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

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

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

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

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

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

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:w-80{
    width: 20rem;
  }

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1\.55fr\)_minmax\(15rem\2c 0\.45fr\)\]{
    grid-template-columns: minmax(0,1.55fr) minmax(15rem,0.45fr);
  }

  .lg\:grid-cols-\[minmax\(260px\2c 320px\)_minmax\(0\2c 1fr\)\]{
    grid-template-columns: minmax(260px,320px) minmax(0,1fr);
  }

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

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:w-96{
    width: 24rem;
  }
}

.\[\&_button\]\:\!text-\[12px\] button{
  font-size: 12px !important;
}
