@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=JetBrains+Mono:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/* --- Dashboard Reskin Overrides --- */

/* 1. Global Font Pairings matching the landing page */
*,
:root,
html,
body,
.font-sans,
[class*="font-sans"],
.font-mono,
[class*="font-mono"],
.font-serif,
[class*="font-serif"],
code,
pre,
kbd,
samp,
button,
input,
select,
textarea {
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif !important;
}

/* Exclusively use Cinzel for the logo/branding wordmarks */
.cinzel-logo,
nav div.text-sm.font-bold.text-white.tracking-wide,
.logo-font {
  font-family: 'Cinzel', Georgia, serif !important;
  letter-spacing: 0.14em !important;
}

/* 2. Hide Top Header Navigation area completely */
header {
  display: none !important;
}

/* 3. Thinner Webkit Scrollbars styled in orange */
::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05) !important;
}

::-webkit-scrollbar-thumb {
  background-color: #ff7a1a !important;
  border-radius: 9999px !important;
  border: none !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ff9445 !important;
}

* {
  scrollbar-width: thin !important;
  scrollbar-color: #ff7a1a rgba(0, 0, 0, 0.05) !important;
}

/* 4. Scorecard Table dividers & Border width reductions */
.divide-y> :not([hidden])~ :not([hidden]) {
  border-top-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.border-b,
.border-t,
.border-r,
.border-l,
.border {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* 5. Align colors across dashboard with website black/grey scheme */
body,
html,
.bg-bg,
[class*="bg-bg"] {
  background-color: #000000 !important;
}

nav,
.bg-\[\#0a0a0f\] {
  background-color: #0a0a0a !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-\[\#0c0c14\],
div.min-h-screen.bg-\[\#0c0c14\] {
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Hide logo symbol and version/live status badges from sidebar top */
nav div.w-8.h-8.rounded-lg.bg-gradient-to-br,
nav div.w-8.h-8.rounded-lg.bg-gradient-to-br * {
  display: none !important;
}

nav div.flex-1.min-w-0 div.flex.items-center.gap-2,
nav div.flex-1.min-w-0>div:last-child {
  display: none !important;
}

.bg-surface,
.bg-surface-light,
.bg-\[\#0f0f17\],
div[style*="background:#0f0f17"],
div[style*="background-color:#0f0f17"],
div[style*="background:#0a0a0e"],
div[style*="background-color:#0a0a0e"] {
  background-color: #121212 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-surface-light\/50 {
  background-color: rgba(26, 26, 37, 0.15) !important;
}

/* 6. Concepts Grid & Cards enlargement */
a[href^="/concepts/"] {
  padding: 1rem !important;
  margin-bottom: 0.5rem !important;
  border-radius: 0.5rem !important;
  background-color: #121212 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

a[href^="/concepts/"] h2 {
  font-size: 14px !important;
  margin-bottom: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

a[href^="/concepts/"] p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* 6.1. Live Feed Grid & Cards enlargement */
.grid>div.bg-\[\#0c0c14\].border {
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  background-color: #121212 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.grid>div.bg-\[\#0c0c14\].border a.text-\[10px\] {
  font-size: 14px !important;
}

.grid>div.bg-\[\#0c0c14\].border p.text-\[11px\] {
  font-size: 13px !important;
  margin-left: 0 !important;
  margin-top: 0.5rem !important;
}

.grid>div.bg-\[\#0c0c14\].border span.text-\[9px\] {
  font-size: 11px !important;
  padding: 0.25rem 0.5rem !important;
}

input[placeholder*="filter live feed"] {
  font-size: 13px !important;
  padding: 0.75rem 1rem !important;
}

div.flex.flex-wrap.gap-3.mb-6.p-3 span.text-\[9px\] {
  font-size: 11px !important;
}

div.flex.flex-wrap.gap-3.mb-6.p-3 span.text-\[10px\] {
  font-size: 12px !important;
}

/* Ensure concepts grid has a wider gap */
div.grid.gap-2 {
  gap: 1.25rem !important;
}

/* 7. Feed to AI page layout optimization (open, clean, bigger) */
main div.max-w-3xl {
  max-w: 64rem !important;
  /* expands to 4xl/5xl */
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

button.group.w-full.bg-surface {
  padding: 1.75rem !important;
  margin-bottom: 1rem !important;
  border-radius: 0.75rem !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  background-color: #121212 !important;
}

button.group.w-full.bg-surface span.text-sm {
  font-size: 1.1rem !important;
}

button.group.w-full.bg-surface p.text-\[13px\] {
  font-size: 0.92rem !important;
  margin-top: 0.4rem !important;
  line-height: 1.5 !important;
}

div.bg-surface.border-2.border-accent-red\/40,
div.bg-surface.border.border-accent-yellow\/20 {
  padding: 1.75rem !important;
  border-radius: 0.75rem !important;
  margin-bottom: 2rem !important;
  background-color: #121212 !important;
}

/* Hide the layout footer element and the bottom info box of the sidebar */
footer {
  display: none !important;
}

nav>div.border-t.border-white\/\[0\.06\] {
  display: none !important;
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
  font-family: __Fraunces_fb126b;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
  font-family: __Fraunces_Fallback_fb126b;
  src: local("Times New Roman");
  ascent-override: 84.71%;
  descent-override: 22.09%;
  line-gap-override: 0.00%;
  size-adjust: 115.45%
}

.__className_fb126b {
  font-family: __Fraunces_fb126b, __Fraunces_Fallback_fb126b;
  font-style: normal
}

.__variable_fb126b {
  --font-display: "__Fraunces_fb126b", "__Fraunces_Fallback_fb126b"
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");
  unicode-range: u+1f??
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");
  unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
  font-family: __Inter_f367f3;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
  font-family: __Inter_Fallback_f367f3;
  src: local("Arial");
  ascent-override: 90.49%;
  descent-override: 22.56%;
  line-gap-override: 0.00%;
  size-adjust: 107.06%
}

.__className_f367f3 {
  font-family: __Inter_f367f3, __Inter_Fallback_f367f3;
  font-style: normal
}

.__variable_f367f3 {
  --font-sans: "__Inter_f367f3", "__Inter_Fallback_f367f3"
}

@font-face {
  font-family: JetBrains Mono;
  src: url(/fonts/JetBrainsMono-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: JetBrains Mono;
  src: url(/fonts/JetBrainsMono-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: JetBrains Mono;
  src: url(/fonts/JetBrainsMono-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: JetBrains Mono;
  src: url(/fonts/JetBrainsMono-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

*,
:after,
:before {
  --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: rgba(59, 130, 246, .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: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb
}

:after,
:before {
  --tw-content: ""
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

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

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

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

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

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: JetBrains Mono, SF Mono, Fira Code, Consolas, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

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

button,
select {
  text-transform: none
}

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

:-moz-focusring {
  outline: auto
}

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

progress {
  vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

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

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

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

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a6a6ba
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a6a6ba
}

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

:disabled {
  cursor: default
}

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

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

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

body {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15/var(--tw-bg-opacity, 1));
  font-size: 15px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity, 1));
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  -webkit-font-smoothing: antialiased
}

::-moz-selection {
  background-color: rgba(255, 107, 53, .3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

::selection {
  background-color: rgba(255, 107, 53, .3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

::-webkit-scrollbar {
  width: .375rem
}

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15/var(--tw-bg-opacity, 1))
}

::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: rgba(255, 107, 53, .6)
}

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.\!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
  }
}

.glass-card {
  backdrop-filter: blur(12px);
  background: rgba(18, 18, 26, .6);
  border: 1px solid hsla(0, 0%, 100%, .06)
}

.glass-card:hover {
  border-color: rgba(0, 212, 255, .2);
  transition: border-color .3s
}

.\!card {
  border-radius: .5rem;
  border-width: 1px;
  border-color: #ffffff10;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 26/var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .2s
}

.\!card:hover {
  border-color: rgba(255, 107, 53, .5)
}

.card {
  border-radius: .5rem;
  border-width: 1px;
  border-color: #ffffff10;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 26/var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .2s
}

.card:hover {
  border-color: rgba(255, 107, 53, .5)
}

.\!card {
  box-shadow: 0 0 0 0 rgba(255, 122, 26, 0) !important
}

.card {
  box-shadow: 0 0 0 0 rgba(255, 122, 26, 0)
}

.\!card:hover {
  box-shadow: 0 0 20px -8px rgba(255, 122, 26, .15) !important
}

.card:hover {
  box-shadow: 0 0 20px -8px rgba(255, 122, 26, .15)
}

.badge {
  border-radius: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: .025em
}

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

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.collapse {
  visibility: collapse
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0
}

.-left-\[1\.4rem\] {
  left: -1.4rem
}

.bottom-0 {
  bottom: 0
}

.bottom-14 {
  bottom: 3.5rem
}

.bottom-3 {
  bottom: .75rem
}

.left-0 {
  left: 0
}

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

.left-3 {
  left: .75rem
}

.left-\[18px\] {
  left: 18px
}

.left-\[6\%\] {
  left: 6%
}

.left-\[8\%\] {
  left: 8%
}

.left-\[9px\] {
  left: 9px
}

.right-0 {
  right: 0
}

.right-3 {
  right: .75rem
}

.right-\[6\%\] {
  right: 6%
}

.right-\[8\%\] {
  right: 8%
}

.top-0 {
  top: 0
}

.top-1 {
  top: .25rem
}

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

.top-3 {
  top: .75rem
}

.top-4 {
  top: 1rem
}

.top-\[34px\] {
  top: 34px
}

.top-\[42px\] {
  top: 42px
}

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

.z-10 {
  z-index: 10
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-\[1000\] {
  z-index: 1000
}

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

.col-span-full {
  grid-column: 1/-1
}

.m-0 {
  margin: 0
}

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

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

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

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

.mb-1 {
  margin-bottom: .25rem
}

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

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

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

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

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

.mb-8 {
  margin-bottom: 2rem
}

.ml-1 {
  margin-left: .25rem
}

.ml-2 {
  margin-left: .5rem
}

.ml-3 {
  margin-left: .75rem
}

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

.ml-\[52px\] {
  margin-left: 52px
}

.ml-auto {
  margin-left: auto
}

.mr-1 {
  margin-right: .25rem
}

.mr-2 {
  margin-right: .5rem
}

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

.mt-1 {
  margin-top: .25rem
}

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

.mt-10 {
  margin-top: 2.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.line-clamp-1 {
  -webkit-line-clamp: 1
}

.line-clamp-1,
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.line-clamp-2 {
  -webkit-line-clamp: 2
}

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

.hidden {
  display: none
}

.h-1 {
  height: .25rem
}

.h-1\.5 {
  height: .375rem
}

.h-11 {
  height: 2.75rem
}

.h-2 {
  height: .5rem
}

.h-2\.5 {
  height: .625rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-8 {
  height: 2rem
}

.h-\[18px\] {
  height: 18px
}

.h-full {
  height: 100%
}

.h-px {
  height: 1px
}

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

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

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

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

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

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

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

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

.min-h-full {
  min-height: 100%
}

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

.w-1 {
  width: .25rem
}

.w-1\.5 {
  width: .375rem
}

.w-10 {
  width: 2.5rem
}

.w-16 {
  width: 4rem
}

.w-2 {
  width: .5rem
}

.w-2\.5 {
  width: .625rem
}

.w-3 {
  width: .75rem
}

.w-4 {
  width: 1rem
}

.w-48 {
  width: 12rem
}

.w-5 {
  width: 1.25rem
}

.w-56 {
  width: 14rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-\[18px\] {
  width: 18px
}

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

.w-\[360px\] {
  width: 360px
}

.w-\[3px\] {
  width: 3px
}

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.w-px {
  width: 1px
}

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content
}

.max-w-2xl {
  max-width: 42rem
}

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

.max-w-4xl {
  max-width: 56rem
}

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

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

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

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

.max-w-\[40\%\] {
  max-width: 40%
}

.max-w-\[52ch\] {
  max-width: 52ch
}

.max-w-\[60ch\] {
  max-width: 60ch
}

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

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

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

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

.shrink-0 {
  flex-shrink: 0
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
  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))
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%
}

.rotate-90 {
  --tw-rotate: 90deg;
  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(.4, 0, .6, 1) infinite
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

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

.cursor-pointer {
  cursor: pointer
}

.resize {
  resize: both
}

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

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

.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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-\[60px_1fr_120px_100px\] {
  grid-template-columns: 60px 1fr 120px 100px
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

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

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

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

.justify-center {
  justify-content: center
}

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

.justify-around {
  justify-content: space-around
}

.gap-0\.5 {
  gap: .125rem
}

.gap-1 {
  gap: .25rem
}

.gap-1\.5 {
  gap: .375rem
}

.gap-2 {
  gap: .5rem
}

.gap-2\.5 {
  gap: .625rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

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

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

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

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

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

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

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

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

.divide-y>:not([hidden])~:not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-border\/40>:not([hidden])~:not([hidden]) {
  border-color: hsla(0, 0%, 100%, .4)
}

.self-center {
  align-self: center
}

.overflow-hidden {
  overflow: hidden
}

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

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

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

.truncate,
.whitespace-nowrap {
  white-space: nowrap
}

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

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

.rounded {
  border-radius: .25rem
}

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

.rounded-lg {
  border-radius: .5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-xl {
  border-radius: .75rem
}

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

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px
}

.rounded-t-xl {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem
}

.border {
  border-width: 1px
}

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

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

.border-l {
  border-left-width: 1px
}

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

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

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

.border-\[\#00d4ff\]\/20 {
  border-color: rgba(0, 212, 255, .2)
}

.border-\[\#00d4ff\]\/30 {
  border-color: rgba(0, 212, 255, .3)
}

.border-\[\#00ff88\]\/20 {
  border-color: rgba(0, 255, 136, .2)
}

.border-\[\#1a1a2a\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 42/var(--tw-border-opacity, 1))
}

.border-\[\#1e1e2e\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 46/var(--tw-border-opacity, 1))
}

.border-accent-blue\/20 {
  border-color: rgba(0, 212, 255, .2)
}

.border-accent-blue\/40 {
  border-color: rgba(0, 212, 255, .4)
}

.border-accent-cyan {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 26/var(--tw-border-opacity, 1))
}

.border-accent-cyan\/20 {
  border-color: rgba(0, 212, 255, .2)
}

.border-accent-green {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 26/var(--tw-border-opacity, 1))
}

.border-accent-green\/30 {
  border-color: rgba(0, 255, 136, .3)
}

.border-accent-purple\/20 {
  border-color: rgba(168, 85, 247, .2)
}

.border-accent-red\/20 {
  border-color: rgba(255, 51, 102, .2)
}

.border-accent-red\/40 {
  border-color: rgba(255, 51, 102, .4)
}

.border-accent-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 26/var(--tw-border-opacity, 1))
}

.border-accent-yellow\/20 {
  border-color: rgba(255, 215, 0, .2)
}

.border-accent-yellow\/60 {
  border-color: rgba(255, 215, 0, .6)
}

.border-accent\/30 {
  border-color: rgba(255, 107, 53, .3)
}

.border-accent\/40 {
  border-color: rgba(255, 107, 53, .4)
}

.border-bg {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 15/var(--tw-border-opacity, 1))
}

.border-border {
  border-color: #ffffff10
}

.border-border\/30 {
  border-color: hsla(0, 0%, 100%, .3)
}

.border-border\/40 {
  border-color: hsla(0, 0%, 100%, .4)
}

.border-border\/50 {
  border-color: hsla(0, 0%, 100%, .5)
}

.border-white\/10 {
  border-color: hsla(0, 0%, 100%, .1)
}

.border-white\/15 {
  border-color: hsla(0, 0%, 100%, .15)
}

.border-white\/5,
.border-white\/\[0\.05\] {
  border-color: hsla(0, 0%, 100%, .05)
}

.border-white\/\[0\.06\] {
  border-color: hsla(0, 0%, 100%, .06)
}

.border-white\/\[0\.08\] {
  border-color: hsla(0, 0%, 100%, .08)
}

.bg-\[\#00d4ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-\[\#00d4ff\]\/10 {
  background-color: rgba(0, 212, 255, .1)
}

.bg-\[\#00d4ff\]\/25 {
  background-color: rgba(0, 212, 255, .25)
}

.bg-\[\#00d4ff\]\/\[0\.08\] {
  background-color: rgba(0, 212, 255, .08)
}

.bg-\[\#00e5cc\]\/10 {
  background-color: rgba(0, 229, 204, .1)
}

.bg-\[\#00e5cc\]\/20 {
  background-color: rgba(0, 229, 204, .2)
}

.bg-\[\#00ff88\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-\[\#00ff88\]\/10 {
  background-color: rgba(0, 255, 136, .1)
}

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

.bg-\[\#0a0a0f\]\/80 {
  background-color: rgba(10, 10, 15, .8)
}

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

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

.bg-\[\#8888a0\]\/20 {
  background-color: rgba(136, 136, 160, .2)
}

.bg-\[\#ff3366\]\/25 {
  background-color: rgba(255, 51, 102, .25)
}

.bg-\[\#ff7a1a\]\/20 {
  background-color: rgba(255, 122, 26, .2)
}

.bg-\[\#ffcc00\]\/10 {
  background-color: rgba(255, 204, 0, .1)
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-blue\/10 {
  background-color: rgba(0, 212, 255, .1)
}

.bg-accent-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-cyan\/10 {
  background-color: rgba(0, 212, 255, .1)
}

.bg-accent-green {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-green\/10 {
  background-color: rgba(0, 255, 136, .1)
}

.bg-accent-green\/5 {
  background-color: rgba(0, 255, 136, .05)
}

.bg-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-purple\/10 {
  background-color: rgba(168, 85, 247, .1)
}

.bg-accent-purple\/20 {
  background-color: rgba(168, 85, 247, .2)
}

.bg-accent-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-red\/10 {
  background-color: rgba(255, 51, 102, .1)
}

.bg-accent-red\/5 {
  background-color: rgba(255, 51, 102, .05)
}

.bg-accent-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 26/var(--tw-bg-opacity, 1))
}

.bg-accent-yellow\/10 {
  background-color: rgba(255, 215, 0, .1)
}

.bg-accent\/15 {
  background-color: rgba(255, 107, 53, .15)
}

.bg-accent\/5 {
  background-color: rgba(255, 107, 53, .05)
}

.bg-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15/var(--tw-bg-opacity, 1))
}

.bg-bg\/80 {
  background-color: rgba(10, 10, 15, .8)
}

.bg-bg\/95 {
  background-color: rgba(10, 10, 15, .95)
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, .5)
}

.bg-black\/60 {
  background-color: rgba(0, 0, 0, .6)
}

.bg-black\/70 {
  background-color: rgba(0, 0, 0, .7)
}

.bg-border {
  background-color: #ffffff10
}

.bg-current {
  background-color: currentColor
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 26/var(--tw-bg-opacity, 1))
}

.bg-surface-light {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 37/var(--tw-bg-opacity, 1))
}

.bg-surface-light\/30 {
  background-color: rgba(26, 26, 37, .3)
}

.bg-surface-light\/40 {
  background-color: rgba(26, 26, 37, .4)
}

.bg-surface\/80 {
  background-color: rgba(18, 18, 26, .8)
}

.bg-surface\/90 {
  background-color: rgba(18, 18, 26, .9)
}

.bg-transparent {
  background-color: transparent
}

.bg-white\/\[0\.04\] {
  background-color: hsla(0, 0%, 100%, .04)
}

.bg-white\/\[0\.08\] {
  background-color: hsla(0, 0%, 100%, .08)
}

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

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

.from-\[\#00d4ff\]\/20 {
  --tw-gradient-from: rgba(0, 212, 255, .2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 212, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-accent-green {
  --tw-gradient-from: #0f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 255, 136, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-accent-red {
  --tw-gradient-to: rgba(255, 51, 102, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f36 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#a855f7\]\/20 {
  --tw-gradient-to: rgba(168, 85, 247, .2) var(--tw-gradient-to-position)
}

.to-accent-cyan {
  --tw-gradient-to: #ff7a1a var(--tw-gradient-to-position)
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

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

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

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

.px-3 {
  padding-left: .75rem;
  padding-right: .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: .125rem;
  padding-bottom: .125rem
}

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

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

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

.pb-1 {
  padding-bottom: .25rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-20 {
  padding-bottom: 5rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pb-3 {
  padding-bottom: .75rem
}

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

.pb-5 {
  padding-bottom: 1.25rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-12 {
  padding-left: 3rem
}

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

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

.pl-6 {
  padding-left: 1.5rem
}

.pl-9 {
  padding-left: 2.25rem
}

.pr-3 {
  padding-right: .75rem
}

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

.pt-1 {
  padding-top: .25rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-3 {
  padding-top: .75rem
}

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

.pt-6 {
  padding-top: 1.5rem
}

.pt-\[15vh\] {
  padding-top: 15vh
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.font-mono {
  font-family: JetBrains Mono, SF Mono, Fira Code, Consolas, monospace
}

.font-sans {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

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

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

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

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

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

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

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

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

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

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

.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: .875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.italic {
  font-style: italic
}

.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-\[1\.05\] {
  line-height: 1.05
}

.leading-\[1\.2\] {
  line-height: 1.2
}

.leading-\[1\.85\] {
  line-height: 1.85
}

.leading-\[1\.8\] {
  line-height: 1.8
}

.leading-none {
  line-height: 1
}

.leading-relaxed {
  line-height: 1.625
}

.leading-snug {
  line-height: 1.375
}

.leading-tight {
  line-height: 1.25
}

.tracking-\[-0\.01em\] {
  letter-spacing: -.01em
}

.tracking-\[-0\.02em\] {
  letter-spacing: -.02em
}

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

.tracking-\[0\.18em\] {
  letter-spacing: .18em
}

.tracking-\[0\.22em\] {
  letter-spacing: .22em
}

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

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-wide {
  letter-spacing: .025em
}

.tracking-wider {
  letter-spacing: .05em
}

.tracking-widest {
  letter-spacing: .1em
}

.text-\[\#00d4ff\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-\[\#00ff88\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

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

.text-\[\#58a6ff\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

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

.text-\[\#7fdcff\] {
  --tw-text-opacity: 1;
  color: rgb(127 220 255/var(--tw-text-opacity, 1))
}

.text-\[\#8888a0\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 160/var(--tw-text-opacity, 1))
}

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

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

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

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

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

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-accent-blue,
.text-accent-cyan {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-accent-green {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-accent-purple {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-accent-red {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-accent-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.text-bg {
  --tw-text-opacity: 1;
  color: rgb(10 10 15/var(--tw-text-opacity, 1))
}

.text-text-muted {
  color: #ffffff4d
}

.text-text-muted\/80 {
  color: hsla(0, 0%, 100%, .8)
}

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

.text-text-primary\/80 {
  color: rgba(226, 232, 240, .8)
}

.text-text-secondary {
  color: #ffffff99
}

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

.text-white\/30 {
  color: hsla(0, 0%, 100%, .3)
}

.text-white\/35 {
  color: hsla(0, 0%, 100%, .35)
}

.text-white\/40 {
  color: hsla(0, 0%, 100%, .4)
}

.text-white\/50 {
  color: hsla(0, 0%, 100%, .5)
}

.text-white\/55 {
  color: hsla(0, 0%, 100%, .55)
}

.text-white\/60 {
  color: hsla(0, 0%, 100%, .6)
}

.text-white\/65 {
  color: hsla(0, 0%, 100%, .65)
}

.text-white\/70 {
  color: hsla(0, 0%, 100%, .7)
}

.text-white\/75 {
  color: hsla(0, 0%, 100%, .75)
}

.text-white\/80 {
  color: hsla(0, 0%, 100%, .8)
}

.text-white\/85 {
  color: hsla(0, 0%, 100%, .85)
}

.text-white\/95 {
  color: hsla(0, 0%, 100%, .95)
}

.underline {
  text-decoration-line: underline
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.placeholder-text-muted::-moz-placeholder {
  color: #ffffff4d
}

.placeholder-text-muted::placeholder {
  color: #ffffff4d
}

.placeholder-white\/30::-moz-placeholder {
  color: hsla(0, 0%, 100%, .3)
}

.placeholder-white\/30::placeholder {
  color: hsla(0, 0%, 100%, .3)
}

.opacity-40 {
  opacity: .4
}

.opacity-70 {
  opacity: .7
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-2xl,
.shadow-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, .5);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color)
}

.shadow-\[0_8px_48px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 8px 48px rgba(0, 0, 0, .6);
  --tw-shadow-colored: 0 8px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.ring,
.ring-2 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.blur {
  --tw-blur: blur(8px)
}

.blur,
.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-sm {
  --tw-backdrop-blur: blur(4px)
}

.backdrop-blur-sm,
.backdrop-blur-xl {
  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)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.duration-300 {
  transition-duration: .3s
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(8px)
  }

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

@keyframes bob {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(6px)
  }
}

.animate-fade-in {
  animation: fadeIn .8s ease .3s both
}

.animate-fade-in-delay-1 {
  animation: fadeIn .6s ease 1.6s both
}

.animate-fade-in-delay-2 {
  animation: fadeIn .6s ease 2s both
}

.animate-fade-in-delay-3 {
  animation: fadeIn .6s ease 2.4s both
}

.animate-fade-in-delay-4 {
  animation: fadeIn .6s ease 2.8s both
}

.animate-fade-in-delay-5 {
  animation: fadeIn .6s ease 3.2s both
}

.animate-cursor-blink {
  animation: cursorBlink .8s step-end infinite
}

@keyframes status-pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: .5
  }
}

.status-pulse {
  animation: status-pulse 1.5s ease-in-out infinite
}

.animate-bob {
  animation: bob 2s ease-in-out infinite
}

.placeholder\:text-text-muted::-moz-placeholder {
  color: #ffffff4d
}

.placeholder\:text-text-muted::placeholder {
  color: #ffffff4d
}

.placeholder\:text-text-muted\/60::-moz-placeholder {
  color: hsla(0, 0%, 100%, .6)
}

.placeholder\:text-text-muted\/60::placeholder {
  color: hsla(0, 0%, 100%, .6)
}

.last\:border-0:last-child {
  border-width: 0
}

.hover\:border-\[\#ff7a1a\]\/30:hover {
  border-color: rgba(255, 122, 26, .3)
}

.hover\:border-\[\#ff7a1a\]\/40:hover {
  border-color: rgba(255, 122, 26, .4)
}

.hover\:border-accent\/20:hover {
  border-color: rgba(255, 107, 53, .2)
}

.hover\:border-accent\/30:hover {
  border-color: rgba(255, 107, 53, .3)
}

.hover\:border-accent\/40:hover {
  border-color: rgba(255, 107, 53, .4)
}

.hover\:bg-\[\#101018\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 24/var(--tw-bg-opacity, 1))
}

.hover\:bg-accent-blue\/10:hover {
  background-color: rgba(0, 212, 255, .1)
}

.hover\:bg-accent-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 140 74/var(--tw-bg-opacity, 1))
}

.hover\:bg-accent\/10:hover {
  background-color: rgba(255, 107, 53, .1)
}

.hover\:bg-surface:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 26/var(--tw-bg-opacity, 1))
}

.hover\:bg-surface-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 37/var(--tw-bg-opacity, 1))
}

.hover\:bg-surface-light\/40:hover {
  background-color: rgba(26, 26, 37, .4)
}

.hover\:bg-surface-light\/50:hover {
  background-color: rgba(26, 26, 37, .5)
}

.hover\:text-\[\#ff7a1a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.hover\:text-accent-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 140 74/var(--tw-text-opacity, 1))
}

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

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.hover\:text-white\/70:hover {
  color: hsla(0, 0%, 100%, .7)
}

.hover\:text-white\/80:hover {
  color: hsla(0, 0%, 100%, .8)
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:opacity-80:hover {
  opacity: .8
}

.hover\:opacity-90:hover {
  opacity: .9
}

.focus\:border-\[\#00d4ff\]\/40:focus {
  border-color: rgba(0, 212, 255, .4)
}

.focus\:border-\[\#ff7a1a\]\/40:focus {
  border-color: rgba(255, 122, 26, .4)
}

.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 26/var(--tw-border-opacity, 1))
}

.focus\:border-accent\/40:focus {
  border-color: rgba(255, 107, 53, .4)
}

.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-accent\/30:focus {
  --tw-ring-color: rgba(255, 107, 53, .3)
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem
}

.group:hover .group-hover\:scale-125,
.group:hover .group-hover\:translate-x-0\.5 {
  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))
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}

.group:hover .group-hover\:text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:text-accent-hover {
  --tw-text-opacity: 1;
  color: rgb(255 140 74/var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity, 1))
}

@media (min-width:640px) {
  .sm\:block {
    display: block
  }

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

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

  .sm\:p-8 {
    padding: 2rem
  }

  .sm\:text-\[34px\] {
    font-size: 34px
  }
}

@media (min-width:768px) {
  .md\:block {
    display: block
  }

  .md\:inline {
    display: inline
  }

  .md\:flex {
    display: flex
  }

  .md\:inline-flex {
    display: inline-flex
  }

  .md\:hidden {
    display: none
  }

  .md\:h-12 {
    height: 3rem
  }

  .md\:w-72 {
    width: 18rem
  }

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

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

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

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

  .md\:gap-2 {
    gap: .5rem
  }

  .md\:gap-3 {
    gap: .75rem
  }

  .md\:p-3 {
    padding: .75rem
  }

  .md\:p-5 {
    padding: 1.25rem
  }

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

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

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .md\:pb-0 {
    padding-bottom: 0
  }

  .md\:pb-8 {
    padding-bottom: 2rem
  }

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

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

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

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

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

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

  .md\:text-xs {
    font-size: .75rem;
    line-height: 1rem
  }

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

@media (min-width:1024px) {
  .lg\:mt-8 {
    margin-top: 2rem
  }

  .lg\:block {
    display: block
  }

  .lg\:hidden {
    display: none
  }

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

  .lg\:gap-5 {
    gap: 1.25rem
  }

  .lg\:p-8 {
    padding: 2rem
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

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

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

  .lg\:text-\[13px\] {
    font-size: 13px
  }

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

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

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

  .lg\:text-\[44px\] {
    font-size: 44px
  }
}

@media (min-width:1280px) {
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .xl\:text-\[52px\] {
    font-size: 52px
  }
}

.\[\&_\*\]\:font-mono * {
  font-family: JetBrains Mono, SF Mono, Fira Code, Consolas, monospace
}

.\[\&_\.key-section\]\:mb-6 .key-section {
  margin-bottom: 1.5rem
}

.\[\&_\.key-section\]\:border-b .key-section {
  border-bottom-width: 1px
}

.\[\&_\.key-section\]\:border-\[\#1a1a2a\] .key-section {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 42/var(--tw-border-opacity, 1))
}

.\[\&_\.key-section\]\:pb-5 .key-section {
  padding-bottom: 1.25rem
}

.\[\&_\.sec-title\]\:mb-4 .sec-title {
  margin-bottom: 1rem
}

.\[\&_\.sec-title\]\:border-b .sec-title {
  border-bottom-width: 1px
}

.\[\&_\.sec-title\]\:border-\[\#1a1a2a\] .sec-title {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 42/var(--tw-border-opacity, 1))
}

.\[\&_\.sec-title\]\:pb-2 .sec-title {
  padding-bottom: .5rem
}

.\[\&_\.sec-title\]\:text-\[14px\] .sec-title {
  font-size: 14px
}

.\[\&_\.sec-title\]\:uppercase .sec-title {
  text-transform: uppercase
}

.\[\&_\.sec-title\]\:tracking-widest .sec-title {
  letter-spacing: .1em
}

.\[\&_\.sec-title\]\:text-white .sec-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.\[\&_a\]\:text-\[\#58a6ff\] a {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none
}

.hover\:\[\&_a\]\:text-\[\#ff7a1a\] a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.\[\&_h2\]\:mb-2 h2 {
  margin-bottom: .5rem
}

.\[\&_h2\]\:mt-6 h2 {
  margin-top: 1.5rem
}

.\[\&_h2\]\:text-\[13px\] h2 {
  font-size: 13px
}

.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase
}

.\[\&_h2\]\:tracking-widest h2 {
  letter-spacing: .1em
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.\[\&_h3\]\:mb-2 h3 {
  margin-bottom: .5rem
}

.\[\&_h3\]\:mt-5 h3 {
  margin-top: 1.25rem
}

.\[\&_h3\]\:text-\[13px\] h3 {
  font-size: 13px
}

.\[\&_h3\]\:uppercase h3 {
  text-transform: uppercase
}

.\[\&_h3\]\:tracking-wide h3 {
  letter-spacing: .025em
}

.\[\&_h3\]\:text-\[\#ff7a1a\] h3 {
  --tw-text-opacity: 1;
  color: rgb(255 122 26/var(--tw-text-opacity, 1))
}

.\[\&_p\]\:mb-3 p {
  margin-bottom: .75rem
}

.\[\&_p\]\:text-\[13px\] p {
  font-size: 13px
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625
}

.\[\&_p\]\:text-white\/80 p {
  color: hsla(0, 0%, 100%, .8)
}

@media (min-width:768px) {
  .md\:\[\&_p\]\:text-\[14px\] p {
    font-size: 14px
  }
}

.\[\&_strong\]\:font-bold strong {
  font-weight: 700
}

.\[\&_strong\]\:text-white strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.engine-content * {
  box-sizing: border-box
}

.engine-content body {
  background: #000000;
  color: #f5f5f7;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

.engine-content .dim-num,
.engine-content .dim-wt,
.engine-content .ev-meta,
.engine-content .header-mag,
.engine-content .header-pos,
.engine-content .live-ts,
.engine-content .mkt-price,
.engine-content .mono,
.engine-content .stat-big,
.engine-content .stat-med,
.engine-content code {
  font-family: SF Mono, Fira Code, Consolas, monospace
}

.engine-content .header {
  background: #000000;
  border-bottom: 1px solid #ff7a1a44;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100
}

.header h1 {
  font-size: 13px;
  color: #ff7a1a;
  letter-spacing: 2px;
  font-weight: 600
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px
}

.header-pos {
  color: #0f8;
  font-size: 11px
}

.header-mag {
  color: #ff7a1a;
  font-size: 18px;
  font-weight: 700
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 24px
}

.engine-content .card {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  transition: border-color .15s
}

.card:hover {
  border-color: #1a1a1a
}

.engine-content .card-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a6a6ba;
  margin-bottom: 10px;
  font-weight: 500
}

.g3 {
  grid-template-columns: 1fr 1fr 1fr
}

.g2,
.g3 {
  display: grid;
  gap: 10px;
  margin-bottom: 12px
}

.g2 {
  grid-template-columns: 1fr 1fr
}

.stat-big {
  font-size: 26px;
  font-weight: 700;
  color: #ff7a1a
}

.stat-med {
  font-size: 15px;
  font-weight: 600;
  color: #ff7a1a
}

.stat-sub {
  font-size: 10px;
  color: #a6a6ba;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 2px
}

.dim-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px
}

.dim-label {
  width: 85px;
  font-size: 10px;
  color: #a6a6ba;
  text-align: right
}

.dim-track {
  flex: 1;
  height: 5px;
  background: #141414;
  border-radius: 3px;
  overflow: hidden
}

.dim-fill {
  height: 100%;
  border-radius: 0 3px 3px 0
}

.dim-num {
  width: 36px;
  font-size: 10px;
  color: #f5f5f7;
  text-align: right
}

.dim-wt {
  width: 24px;
  font-size: 9px;
  color: #1a1a1a;
  text-align: center
}

.engine-content .chart-wrap {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 12px
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px
}

.chart-header h2 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a6a6ba
}

.range-btns {
  display: flex;
  gap: 2px
}

.engine-content .range-btn {
  padding: 3px 10px;
  border: 1px solid #121212;
  background: none;
  color: #a6a6ba;
  font-family: inherit;
  font-size: 10px;
  cursor: pointer;
  border-radius: 3px
}

.range-btn:hover {
  border-color: #1a1a1a;
  color: #f5f5f7
}

.range-btn.on {
  background: #ff7a1a22;
  border-color: #ff7a1a;
  color: #ff7a1a
}

canvas#chart {
  width: 100%;
  height: 200px
}

.engine-content .tabs {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
  background: #000000;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #121212;
  flex-wrap: wrap
}

.engine-content .tab-sep {
  width: 1px;
  background: #121212;
  margin: 6px 4px;
  align-self: stretch
}

.engine-content .tab-btn {
  padding: 8px 16px;
  border: none;
  background: none;
  color: #a6a6ba;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  transition: color .15s, background .15s
}

.tab-btn:hover {
  color: #f5f5f7
}

.tab-btn.on {
  background: #0a0a0e;
  color: #ff7a1a
}

.tab-panel {
  display: none
}

.tab-panel.on {
  display: block
}

.live-grid {
  grid-template-columns: 1fr 1fr
}

.live-grid,
.live-grid-3 {
  display: grid;
  gap: 10px;
  margin-bottom: 12px
}

.live-grid-3 {
  grid-template-columns: 1fr 1fr 1fr
}

.mkt-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #141414
}

.mkt-name {
  color: #a6a6ba;
  font-size: 11px
}

.mkt-price {
  color: #f5f5f7;
  font-weight: 600
}

.mkt-up {
  color: #0f8;
  font-size: 11px
}

.mkt-down {
  color: #f33;
  font-size: 11px
}

.dim-tag {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 10px;
  font-size: 10px
}

.dim-tag-who {
  background: #ff7a1a22;
  color: #ff7a1a;
  border: 1px solid #ff7a1a44
}

.dim-tag-where {
  background: #ff7a1a22;
  color: #0f8;
  border: 1px solid #ff7a1a44
}

.dim-tag-why {
  background: #ff7a1a22;
  color: #fc0;
  border: 1px solid #ff7a1a44
}

.ev-card {
  background: #000000;
  border: 1px solid #141414;
  border-radius: 4px;
  padding: 8px 10px;
  margin-bottom: 6px
}

.ev-title {
  color: #f5f5f7;
  font-size: 13px;
  font-weight: 600
}

.ev-title a {
  color: #ff7a1a;
  text-decoration: none
}

.ev-title a:hover {
  text-decoration: underline
}

.ev-meta {
  font-size: 11px;
  color: #1a1a1a;
  margin-top: 3px;
  font-family: SF Mono, Fira Code, Consolas, monospace
}

.ev-tags {
  margin-top: 4px
}

.ev-rel {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  font-weight: 700;
  margin-right: 6px
}

.ev-rel-high {
  background: #ff5a1a33;
  color: #f33
}

.ev-rel-med {
  background: #ff7a1a33;
  color: #fc0
}

.ev-rel-low {
  background: #a6a6ba22;
  color: #a6a6ba
}

.window-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600
}

.window-active {
  background: #ff7a1a22;
  color: #ff7a1a;
  border: 1px solid #ff7a1a
}

.window-next {
  background: #ff7a1a22;
  color: #ff7a1a;
  border: 1px solid #ff7a1a
}

.live-ts {
  font-size: 10px;
  color: #1a1a1a;
  text-align: right;
  margin-top: 8px
}

.engine-content .sec-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff7a1a;
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7a1a33;
  font-weight: 600
}

#kg-container {
  width: 100%;
  height: 75vh;
  background: #000000;
  border: 1px solid #121212;
  border-radius: 6px;
  position: relative
}

#kg-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center
}

#kg-search {
  background: #0a0a0e;
  border: 1px solid #121212;
  color: #f5f5f7;
  font-family: inherit;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  width: 260px
}

#kg-search::-moz-placeholder {
  color: #1a1a1a
}

#kg-search::placeholder {
  color: #1a1a1a
}

.kg-filter-btn {
  padding: 4px 10px;
  border: 1px solid #121212;
  background: none;
  color: #a6a6ba;
  font-family: inherit;
  font-size: 10px;
  cursor: pointer;
  border-radius: 3px
}

.kg-filter-btn:hover {
  border-color: #1a1a1a;
  color: #f5f5f7
}

.kg-filter-btn.kg-on {
  border-color: var(--fc);
  color: var(--fc);
  background: var(--bg)
}

#kg-tooltip {
  position: absolute;
  background: #0a0a0eee;
  border: 1px solid #ff7a1a66;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 11px;
  color: #f5f5f7;
  pointer-events: none;
  z-index: 10;
  max-width: 280px;
  display: none;
  line-height: 1.5
}

#kg-tooltip .kg-tt-name {
  color: #ff7a1a;
  font-weight: 700;
  font-size: 12px
}

#kg-tooltip .kg-tt-type {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px
}

#kg-info {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 6px;
  padding: 12px 14px;
  margin-top: 10px;
  display: none
}

#kg-info h4 {
  font-size: 12px;
  color: #ff7a1a;
  margin-bottom: 6px
}

#kg-info .kg-type {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px
}

#kg-info .kg-desc {
  font-size: 11px;
  color: #a6a6ba;
  line-height: 1.6
}

#kg-info .kg-edges {
  font-size: 10px;
  color: #a6a6ba;
  margin-top: 8px;
  line-height: 1.8
}

#kg-stats {
  font-size: 10px;
  color: #1a1a1a;
  text-align: right;
  margin-top: 6px
}

#kg-legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px
}

.kg-leg {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #a6a6ba
}

.kg-leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

#kg-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #1a1a1a;
  font-size: 10px;
  z-index: 5;
  pointer-events: none;
  transition: opacity .5s
}

.engine-content .pw {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden
}

.engine-content .pw-head {
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.pw-head:hover {
  background: #161616
}

.pw-name {
  font-size: 15px;
  color: #ff7a1a;
  font-weight: 600
}

.pw-dates {
  margin-left: 8px
}

.pw-dates,
.pw-peak {
  font-size: 11px;
  color: #a6a6ba
}

.pw-arrow {
  color: #1a1a1a;
  font-size: 12px;
  transition: transform .2s
}

.pw.open .pw-arrow {
  transform: rotate(90deg)
}

.pw-body {
  display: none;
  padding: 0 14px 14px
}

.pw.open .pw-body {
  display: block
}

.ds {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #141414
}

.ds:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.ds h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600
}

.ds p {
  font-size: 13px;
  line-height: 1.8;
  color: #a6a6ba
}

.ds strong {
  color: #f5f5f7
}

.tg {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px
}

.tg-when {
  background: #161616;
  color: #0f8
}

.tg-what {
  background: #3d2a1f;
  color: #ff7a1a
}

.tg-who {
  background: #2a1f3d;
  color: #ff7a1a
}

.tg-where {
  background: #161616;
  color: #ff7a1a
}

.tg-why {
  background: #1a1a1a;
  color: #fc0
}

.tg-con {
  background: #1a1a1a;
  color: #f33
}

.tg-pred {
  background: #1f3d3d;
  color: #56d4dd
}

.wl {
  list-style: none;
  margin-top: 8px
}

.wl li {
  padding: 3px 0;
  font-size: 13px;
  color: #a6a6ba
}

.wl li:before {
  content: "\25B8 ";
  color: #ff7a1a
}

.engine-content .pred {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  transition: border-color .15s
}

.pred:hover {
  border-color: #1a1a1a
}

.pred h3 {
  color: #ff7a1a;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600
}

.pred-meta {
  color: #a6a6ba;
  font-size: 11px;
  margin-bottom: 8px
}

.pred-summary {
  color: #f5f5f7;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.6
}

.pred p {
  font-size: 13px;
  line-height: 1.8;
  color: #a6a6ba
}

.pred-spike {
  border-color: #ff5a1a66
}

.engine-content .pred-timeline {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 16px 10px 10px;
  background: #000000;
  border: 1px solid #121212;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  scrollbar-width: thin
}

.engine-content .pt-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  min-width: 60px;
  flex: 1;
  transition: transform .15s
}

.pt-node:hover {
  transform: translateY(-3px)
}

.engine-content .pt-bar {
  width: 28px;
  border-radius: 4px 4px 0 0;
  transition: opacity .15s;
  min-height: 14px
}

.pt-bar.sev-y {
  background: #fc0
}

.pt-bar.sev-o {
  background: #ff7a1a
}

.pt-bar.sev-r {
  background: #f33
}

.pt-year {
  font-size: 11px;
  font-weight: 700;
  color: #f5f5f7
}

.pt-label {
  font-size: 8px;
  color: #a6a6ba;
  text-align: center;
  line-height: 1.2;
  max-width: 70px
}

.engine-content .pred2 {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color .15s
}

.pred2:hover {
  border-color: #1a1a1a
}

.pred2.pred2-spike {
  border-color: #ff5a1a66
}

.engine-content .pred2-t1 {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-wrap: wrap
}

.pred2-t1:hover {
  background: #161616
}

.pred2-yr {
  font-size: 28px;
  font-weight: 700;
  color: #ff7a1a;
  line-height: 1;
  min-width: 52px
}

.pred2-info {
  flex: 1;
  min-width: 200px
}

.pred2-headline {
  font-size: 15px;
  color: #f5f5f7;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px
}

.pred2-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.engine-content .badge-conf {
  background: #161616;
  color: #0f8
}

.engine-content .badge-conf,
.engine-content .badge-status {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .3px
}

.badge-status.st-predicted {
  background: #161616;
  color: #ff7a1a
}

.badge-status.st-developing {
  background: #1a1a1a;
  color: #fc0
}

.badge-status.st-confirmed {
  background: #161616;
  color: #0f8
}

.badge-status.st-wrong {
  background: #1a1a1a;
  color: #f33
}

.engine-content .pred2-arrow {
  color: #1a1a1a;
  font-size: 15px;
  transition: transform .2s;
  margin-left: auto
}

.pred2.open .pred2-arrow {
  transform: rotate(90deg)
}

.pred2-t2 {
  display: none;
  padding: 0 16px 14px
}

.pred2.open .pred2-t2 {
  display: block
}

.engine-content .pred2-meta-line {
  font-size: 11px;
  color: #a6a6ba;
  margin-bottom: 10px;
  font-family: SF Mono, Fira Code, Consolas, monospace
}

.ifthen {
  margin: 0;
  padding: 0;
  list-style: none
}

.ifthen li {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.8
}

.engine-content .ifthen .it-label {
  min-width: 80px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  padding-top: 3px;
  text-align: right;
  flex-shrink: 0
}

.it-if {
  color: #ff7a1a
}

.it-then {
  color: #ff7a1a
}

.it-because {
  color: #ff7a1a
}

.it-watch {
  color: #fc0
}

.it-status {
  color: #0f8
}

.ifthen .it-text {
  color: #a6a6ba
}

.engine-content .pred2-expand-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 14px;
  background: #141414;
  border: 1px solid #121212;
  border-radius: 6px;
  color: #a6a6ba;
  font-size: 11px;
  cursor: pointer;
  font-family: inherit;
  transition: border-color .15s, color .15s
}

.pred2-expand-btn:hover {
  border-color: #1a1a1a;
  color: #f5f5f7
}

.pred2-t3 {
  display: none;
  padding: 0 16px 16px
}

.pred2.deep .pred2-t3 {
  display: block
}

.pred2-t3 p {
  font-size: 13px;
  line-height: 1.8;
  color: #a6a6ba
}

.pred2-t3 p+p {
  margin-top: 8px
}

.engine-content .pred2-sub {
  background: #000000;
  border: 1px solid #141414;
  border-radius: 6px;
  margin-bottom: 8px;
  overflow: hidden
}

.engine-content .pred2-sub-head {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 13px
}

.pred2-sub-head:hover {
  background: #0a0a0e
}

.pred2-sub-title {
  color: #f5f5f7;
  font-weight: 600;
  font-size: 13px;
  flex: 1
}

.pred2-sub-arrow {
  color: #1a1a1a;
  font-size: 11px;
  transition: transform .2s
}

.pred2-sub.open .pred2-sub-arrow {
  transform: rotate(90deg)
}

.pred2-sub-body {
  display: none;
  padding: 0 12px 12px
}

.pred2-sub.open .pred2-sub-body {
  display: block
}

.pred2-sub-body p {
  font-size: 13px;
  line-height: 1.8;
  color: #a6a6ba
}

.engine-content .gterm {
  color: #ff7a1a;
  border-bottom: 1px dotted #ff7a1a55;
  cursor: help;
  position: relative;
  display: inline
}

.engine-content .gterm .gdef {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  border: 1px solid #ff7a1a44;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  color: #f5f5f7;
  width: 280px;
  z-index: 50;
  line-height: 1.5;
  pointer-events: none;
  box-shadow: 0 4px 12px #00000066
}

.gterm:hover .gdef {
  display: block
}

.player-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px
}

.engine-content .pc {
  background: #000000;
  border: 1px solid #121212;
  border-radius: 8px;
  padding: 12px 14px;
  transition: border-color .15s
}

.pc:hover {
  border-color: #1a1a1a
}

.pc .role {
  display: block
}

.pc h4 {
  color: #ff7a1a;
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 600
}

.pc .role {
  color: #ff7a1a;
  font-size: 11px;
  margin-bottom: 6px;
  font-weight: 500
}

.pc p {
  font-size: 12px;
  color: #a6a6ba;
  line-height: 1.8
}

.engine-content .dv {
  background: #1a1215;
  border: 1px solid #ff5a1a33;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
  transition: border-color .15s
}

.dv:hover {
  border-color: #ff5a1a66
}

.dv-sev {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.dv-high {
  color: #f33
}

.dv-mod {
  color: #fc0
}

.dv-low {
  color: #a6a6ba
}

.dv h3 {
  font-size: 15px;
  margin: 4px 0;
  font-weight: 600
}

.dv p {
  font-size: 13px;
  color: #a6a6ba;
  line-height: 1.8
}

.engine-content .tip {
  position: absolute;
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 10px;
  pointer-events: none;
  z-index: 200;
  display: none;
  min-width: 200px;
  box-shadow: 0 4px 12px #00000066
}

.tip-date {
  color: #ff7a1a;
  font-weight: 600;
  margin-bottom: 4px
}

.tip-row {
  display: flex;
  justify-content: space-between;
  gap: 12px
}

.tip-label {
  color: #a6a6ba
}

.tip-val {
  color: #f5f5f7
}

.key-section {
  margin-bottom: 20px
}

.engine-content .key-section h3 {
  color: #ff7a1a;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff7a1a22;
  font-weight: 600
}

.engine-content .key-section p {
  font-size: 13px;
  line-height: 1.8;
  color: #a6a6ba;
  margin-bottom: 10px
}

.key-section strong {
  color: #f5f5f7
}

.engine-content .key-concept {
  background: #000000;
  border: 1px solid #121212;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
  transition: border-color .15s
}

.key-concept:hover {
  border-color: #1a1a1a
}

.engine-content .key-concept h4 {
  color: #ff7a1a;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600
}

.engine-content .key-concept p {
  font-size: 13px;
  color: #a6a6ba;
  line-height: 1.8
}

.engine-content .key-convergence {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 10px 0
}

.engine-content .key-conv-item {
  background: #000000;
  border-radius: 5px;
  padding: 10px 12px;
  text-align: center
}

.key-conv-item h5 {
  color: #ff7a1a;
  font-size: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.key-conv-item .conv-date {
  font-size: 18px;
  font-weight: 700;
  color: #f33;
  margin: 4px 0
}

.key-conv-item p {
  font-size: 10px;
  color: #a6a6ba
}

.engine-content .timeline {
  position: relative;
  padding: 10px 0;
  margin: 14px 0
}

.engine-content .timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #121212;
  transform: translateX(-50%)
}

.engine-content .tl-era {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  align-items: center
}

.tl-era:nth-child(odd) {
  flex-direction: row
}

.tl-era:nth-child(2n) {
  flex-direction: row-reverse
}

.engine-content .tl-content {
  width: 45%;
  background: #000000;
  border: 1px solid #121212;
  border-radius: 5px;
  padding: 8px 12px
}

.tl-spacer {
  width: 10%;
  text-align: center
}

.engine-content .tl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7a1a;
  border: 2px solid #000000;
  position: relative;
  z-index: 2
}

.tl-year {
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 700;
  font-family: SF Mono, Fira Code, Consolas, monospace
}

.tl-label {
  color: #ff7a1a;
  font-size: 11px;
  font-weight: 500
}

.tl-desc {
  color: #a6a6ba;
  font-size: 12px;
  margin-top: 3px;
  line-height: 1.6
}

.collapsible h4,
.pc.collapsible h4 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.collapsible h4:after {
  content: "\25B8";
  color: #1a1a1a;
  font-size: 10px;
  transition: transform .2s;
  margin-left: 8px;
  flex-shrink: 0
}

.collapsible.open h4:after {
  transform: rotate(90deg)
}

.collapsible .coll-body {
  display: none
}

.collapsible.open .coll-body {
  display: block
}

.badge {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: middle
}

.badge-breaking {
  background: #ff5a1a33;
  color: #f33;
  animation: badge-pulse 2s ease-in-out infinite
}

.badge-updated {
  background: #ff7a1a22;
  color: #fc0
}

.badge-new {
  background: #ff7a1a22;
  color: #0f8
}

@keyframes badge-pulse {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: .6
  }
}

.engine-content .strat-block {
  background: #0a0a0e;
  border: 1px solid #121212;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 10px
}

.engine-content .strat-block h3 {
  color: #ff7a1a;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600
}

.engine-content .strat-block p {
  font-size: 13px;
  color: #a6a6ba;
  line-height: 1.8
}

#players-jump {
  display: none
}

@media (max-width:900px) {

  .g2,
  .g3,
  .key-convergence,
  .live-grid,
  .live-grid-3 {
    grid-template-columns: 1fr
  }

  .player-grid {
    grid-template-columns: 1fr 1fr
  }

  .timeline:before {
    left: 20px
  }

  .tl-era,
  .tl-era:nth-child(2n) {
    flex-direction: row
  }

  .tl-content {
    width: 80%
  }

  .tl-spacer {
    width: 40px
  }

  .container {
    padding: 12px 14px
  }

  .tabs {
    gap: 1px;
    padding: 3px
  }

  .tab-btn {
    padding: 6px 10px;
    font-size: 11px
  }

  .tab-sep {
    margin: 4px 2px
  }
}

@media (max-width:600px) {
  .header {
    padding: 10px 14px
  }

  .header h1 {
    font-size: 11px;
    letter-spacing: 1px
  }

  .player-grid {
    grid-template-columns: 1fr
  }

  #hero #hero-content {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box
  }

  #hero #hero-content .hero-label {
    font-size: 11px;
    letter-spacing: .3em
  }

  #hero #hero-hook {
    font-size: clamp(20px, 5vw, 26px);
    min-height: 2em
  }

  #hero #hero-sub-line {
    font-size: 12px
  }

  #hero #hero-content .hero-sub {
    font-size: 12px;
    max-width: 100%
  }

  .hero-tick {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
  }

  #hero #hero-ticker {
    height: 22px
  }

  #hero-canvas {
    opacity: .3
  }

  #hero #hero-enter {
    padding: 14px 32px;
    font-size: 15px
  }

  #hero #hero-footer {
    bottom: 12px
  }

  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%
  }

  .collapsible h4,
  .pc.collapsible h4 {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .pred2-t1 {
    min-height: 44px
  }

  .pred2-sub-head {
    min-height: 44px;
    padding: 10px 12px
  }

  .key-exp,
  .pt-node,
  .pw-head {
    min-height: 44px
  }

  .key-exp {
    display: flex;
    align-items: center
  }

  .ev-card {
    min-height: 44px
  }

  .dv a,
  .key-section a,
  .pc a,
  .pred a,
  .pred2-sub-body a,
  p a {
    min-height: 0;
    display: inline
  }

  #players-jump {
    display: block;
    position: sticky;
    top: 0;
    z-index: 50;
    background: #000000;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #141414
  }

  #players-jump select {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    font-family: inherit;
    background: #0a0a0e;
    color: #f5f5f7;
    border: 1px solid #121212;
    border-radius: 6px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238b949e' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    min-height: 44px
  }

  .badge,
  .badge-conf,
  .badge-status {
    font-size: 10px
  }

  .kg-filter-btn,
  .range-btn {
    min-height: 44px
  }

  .container {
    padding: 8px 10px
  }

  .stat-big {
    font-size: 22px
  }

  .pred h3 {
    font-size: 13px
  }

  .ds p,
  .dv p,
  .key-section p,
  .pred p,
  .strat-block p {
    font-size: 12px
  }

  .pred-timeline {
    gap: 4px;
    padding: 12px 8px
  }

  .pt-node {
    min-width: 48px
  }

  .pt-bar {
    width: 22px
  }

  .pt-label {
    font-size: 7px
  }

  .pred2-yr {
    font-size: 22px;
    min-width: 42px
  }

  .pred2-headline {
    font-size: 12px
  }

  .pred2-t1 {
    padding: 10px 12px;
    gap: 8px
  }

  .pred2-t2,
  .pred2-t3 {
    padding: 0 12px 12px
  }

  .ifthen .it-label {
    min-width: 64px;
    font-size: 9px
  }

  .gterm .gdef {
    width: 220px;
    font-size: 10px
  }

  #kg-container {
    height: 50vh
  }

  .tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch
  }

  .tab-btn {
    white-space: nowrap;
    flex-shrink: 0
  }

  #kg-search {
    width: 100%;
    box-sizing: border-box
  }

  .pw-head {
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 12px
  }

  .pw-name {
    font-size: 12px
  }

  .pw-dates {
    margin-left: 0
  }

  .sec-title {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 16px 0 8px
  }

  .dv {
    padding: 10px 12px
  }

  .dv h3 {
    font-size: 13px
  }

  .pc {
    padding: 10px 12px
  }

  .pc p {
    font-size: 11px
  }

  .pred {
    padding: 12px
  }

  .pred2-info {
    min-width: 0
  }

  .ifthen li {
    flex-direction: column;
    gap: 2px
  }

  .ifthen .it-label {
    text-align: left;
    min-width: 0
  }

  .timeline:before {
    left: 10px
  }

  .tl-era,
  .tl-era:nth-child(2n) {
    flex-direction: row
  }

  .tl-content {
    width: calc(100% - 30px)
  }

  .tl-spacer {
    width: 20px
  }

  .tab-sep {
    display: none
  }
}

@media (max-width:480px) {
  #hero #hero-content {
    padding: 0 12px
  }

  #hero #hero-hook {
    font-size: clamp(18px, 5vw, 22px)
  }

  #hero #hero-content .hero-label {
    font-size: 10px;
    letter-spacing: .2em;
    margin-bottom: 12px
  }

  .hero-tick {
    font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  #hero #hero-enter {
    padding: 12px 28px;
    font-size: 13px
  }

  .container {
    padding: 6px 8px
  }

  .pred2-t1 {
    padding: 8px 10px;
    gap: 6px
  }

  .pred2-yr {
    font-size: 20px;
    min-width: 36px
  }

  .pred2-badges {
    gap: 4px
  }

  .badge-conf,
  .badge-status {
    font-size: 10px;
    padding: 2px 6px
  }

  .pred2-headline,
  .tab-btn {
    font-size: 11px
  }

  .tab-btn {
    padding: 8px 12px;
    min-height: 44px
  }

  .kg-filter-btn {
    font-size: 10px
  }

  .kg-filter-btn,
  .range-btn {
    padding: 6px 10px;
    min-height: 44px
  }

  .pw-head {
    padding: 8px 10px
  }

  .pw-name {
    font-size: 11px
  }

  .pw-dates,
  .pw-peak {
    font-size: 10px
  }

  .pred2-sub-head {
    padding: 8px 10px
  }

  .pred2-sub-title {
    font-size: 12px
  }

  .ev-card {
    padding: 6px 8px
  }

  .ev-title {
    font-size: 12px
  }

  .key-section h3 {
    font-size: 13px
  }

  .key-section p {
    font-size: 11px
  }

  .gterm .gdef {
    width: 180px;
    font-size: 9px;
    padding: 6px 10px
  }

  #kg-legend {
    gap: 8px
  }

  .kg-leg {
    font-size: 9px
  }
}

@media (max-width:375px) {
  #hero #hero-content {
    padding: 0 10px
  }

  #hero #hero-hook {
    font-size: clamp(16px, 5vw, 20px)
  }

  #hero #hero-content .hero-sub,
  #hero #hero-sub-line {
    font-size: 11px
  }

  .header h1 {
    font-size: 10px;
    letter-spacing: .5px
  }

  .stat-big {
    font-size: 18px
  }

  .tab-btn {
    padding: 6px 8px;
    font-size: 10px;
    min-height: 44px
  }

  .pred2-yr {
    font-size: 18px;
    min-width: 32px
  }

  .pred2-headline {
    font-size: 11px
  }

  .pred2-t1 {
    padding: 6px 8px;
    gap: 6px
  }

  .pred2-t2,
  .pred2-t3 {
    padding: 0 8px 10px
  }

  .pc {
    padding: 8px 10px
  }

  .pc h4 {
    font-size: 12px
  }

  .pc .role,
  .pc p {
    font-size: 10px
  }

  .pc p {
    line-height: 1.6
  }

  .dv {
    padding: 8px 10px
  }

  .dv h3 {
    font-size: 12px
  }

  .ds p,
  .dv p,
  .key-section p,
  .pred p,
  .strat-block p {
    font-size: 11px
  }

  .gterm .gdef {
    width: 160px
  }

  #kg-controls {
    gap: 4px
  }

  #kg-container {
    height: 40vh
  }

  .container {
    padding: 4px 6px
  }
}

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #06060a;
  z-index: 200
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

#hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 740px;
  padding: 0 24px
}

#hero-content .hero-label {
  font-size: 13px;
  letter-spacing: .5em;
  text-transform: uppercase;
  color: #ff7a1a;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .9);
  opacity: 0;
  animation: heroFadeIn .8s ease .3s forwards
}

#hero-hook {
  font-size: clamp(26px, 4.5vw, 46px);
  font-weight: 300;
  line-height: 1.2;
  color: #e6e6ef;
  margin-bottom: 10px;
  min-height: 2.4em;
  text-shadow: 0 0 20px rgba(0, 0, 0, .9), 0 0 40px rgba(0, 0, 0, .7)
}

#hero-hook .hero-typed {
  display: inline
}

#hero-hook .hero-cursor {
  display: inline-block;
  width: 2px;
  height: .85em;
  background: #ff7a1a;
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: cursorBlink .8s step-end infinite
}

@keyframes cursorBlink {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

#hero-sub-line {
  font-size: clamp(13px, 2vw, 16px);
  color: #ff7a1a;
  font-weight: 500;
  margin-bottom: 14px;
  opacity: 0;
  text-shadow: 0 0 12px rgba(240, 136, 62, .3);
  animation: heroFadeIn .6s ease 1.6s forwards
}

#hero-content .hero-sub {
  font-size: clamp(12px, 1.8vw, 14px);
  color: #a6a6ba;
  line-height: 1.8;
  margin-bottom: 12px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 8px rgba(0, 0, 0, .8);
  opacity: 0;
  animation: heroFadeIn .6s ease 2s forwards
}

#hero-ticker {
  margin-bottom: 20px;
  height: 22px;
  overflow: hidden;
  opacity: 0;
  animation: heroFadeIn .6s ease 2.4s forwards
}

#hero-ticker-inner {
  display: flex;
  flex-direction: column;
  animation: tickerScroll 18s linear infinite
}

.hero-tick {
  height: 22px;
  line-height: 22px;
  font-family: SF Mono, Fira Code, Consolas, monospace;
  font-size: 11px;
  color: #ff7a1a;
  white-space: nowrap;
  text-shadow: 0 0 6px rgba(88, 166, 255, .3)
}

.hero-tick .ht-val {
  color: #ff7a1a;
  font-weight: 600
}

.hero-tick .ht-sep {
  color: #121212;
  margin: 0 8px
}

@keyframes tickerScroll {
  0% {
    transform: translateY(0)
  }

  11% {
    transform: translateY(0)
  }

  12.5% {
    transform: translateY(-22px)
  }

  22% {
    transform: translateY(-22px)
  }

  23.5% {
    transform: translateY(-44px)
  }

  33% {
    transform: translateY(-44px)
  }

  34.5% {
    transform: translateY(-66px)
  }

  44% {
    transform: translateY(-66px)
  }

  45.5% {
    transform: translateY(-88px)
  }

  55% {
    transform: translateY(-88px)
  }

  56.5% {
    transform: translateY(-110px)
  }

  66% {
    transform: translateY(-110px)
  }

  67.5% {
    transform: translateY(-132px)
  }

  77% {
    transform: translateY(-132px)
  }

  78.5% {
    transform: translateY(-154px)
  }

  88% {
    transform: translateY(-154px)
  }

  89.5% {
    transform: translateY(-176px)
  }

  to {
    transform: translateY(-176px)
  }
}

#hero-enter {
  display: inline-block;
  padding: 14px 40px;
  background: #ff7a1a;
  color: #000000;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: .5px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 0 20px rgba(240, 136, 62, .25);
  opacity: 0;
  animation: heroFadeIn .6s ease 2.8s forwards
}

#hero-enter:hover {
  background: #ff7a1a;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(240, 136, 62, .4)
}

#hero-footer {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  text-align: center;
  width: 100%;
  opacity: 0;
  animation: heroFadeIn .6s ease 3.2s forwards
}

#hero-footer p {
  font-size: 11px;
  color: #1a1a1a
}

#hero-footer a {
  color: #ff7a1a;
  text-decoration: none
}

#hero-footer a:hover {
  text-decoration: underline
}

#hero-scroll {
  display: block;
  margin: 12px auto 0;
  animation: hero-bob 2s ease-in-out infinite;
  color: #1a1a1a;
  font-size: 18px
}

@keyframes hero-bob {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(6px)
  }
}

@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(8px)
  }

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

#app-wrap {
  display: none
}

#app-wrap.visible {
  display: block
}

.engine-content .pc {
  cursor: pointer
}

.engine-content .pc>p:not(:first-of-type) {
  display: none
}

.engine-content .pc.card-open>p:not(:first-of-type) {
  display: block
}

.engine-content .pc:after {
  content: "Click to read full profile";
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #a6a6ba
}

.engine-content .pc.card-open:after {
  content: "Click to collapse";
  color: #a6a6ba
}

.fixed .engine-content p {
  display: block !important
}

.fixed .engine-content .pc:after {
  display: none !important
}

.fixed .engine-content h4 {
  display: none
}

.engine-content .sec-title {
  text-shadow: 0 0 30px rgba(255, 122, 26, .3)
}

.engine-content .card-title {
  text-shadow: 0 0 20px rgba(255, 122, 26, .2)
}

.engine-content .pred2-yr {
  text-shadow: 0 0 25px rgba(255, 122, 26, .4)
}

.engine-content .pred2-spike .pred2-yr {
  text-shadow: 0 0 35px rgba(255, 51, 51, .5)
}

.engine-content .dv-sev.dv-high {
  text-shadow: 0 0 15px rgba(255, 51, 51, .3)
}

.engine-content .badge-conf {
  text-shadow: 0 0 10px rgba(255, 122, 26, .2)
}

.engine-content a {
  color: #ff7a1a;
  text-decoration: none;
  transition: color .15s, text-shadow .15s
}

.engine-content a:hover {
  color: #33fff0;
  text-shadow: 0 0 8px rgba(0, 229, 204, .3)
}

.engine-content .card:hover,
.engine-content .pc:hover {
  border-color: #ff7a1a44;
  box-shadow: 0 0 25px -8px rgba(255, 122, 26, .15)
}

.engine-content .pt-bar.sev-o {
  background: linear-gradient(0deg, #ff7a1a33, #ff7a1a)
}

.engine-content .pt-bar.sev-r {
  background: linear-gradient(0deg, #ff5a1a33, #f33)
}

.engine-content .pt-bar.sev-y {
  background: linear-gradient(0deg, #ff7a1a33, #fc0)
}

.search-highlight {
  border-color: #ff7a1a !important;
  box-shadow: 0 0 15px -2px rgba(255, 122, 26, .4) !important
}

.engine-content .dv-high {
  background: #ff5a1a18;
  color: #f33;
  border: 1px solid #ff5a1a33
}

.engine-content .dv-mod {
  background: #ff7a1a18;
  color: #fc0;
  border: 1px solid #ff7a1a33
}

.engine-content .dv-low {
  background: #a6a6ba18;
  color: #a6a6ba;
  border: 1px solid #a6a6ba33
}

.glow-cyan {
  box-shadow: 0 0 15px rgba(0, 212, 255, .15), 0 0 30px rgba(0, 212, 255, .05)
}

.glow-orange {
  box-shadow: 0 0 15px rgba(255, 107, 53, .15), 0 0 30px rgba(255, 107, 53, .05)
}

.glow-red {
  box-shadow: 0 0 15px rgba(255, 51, 102, .15), 0 0 30px rgba(255, 51, 102, .05)
}

.glow-purple {
  box-shadow: 0 0 20px rgba(168, 85, 247, .2), 0 0 40px rgba(168, 85, 247, .05)
}

* {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif !important
}

/* --- Additional Reskin Adjustments --- */
nav a div.absolute.left-0 {
  transform: translateY(-50%) !important;
  background-color: #ff7a1a !important;
}

.text-\[\#00d4ff\] {
  color: #ff7a1a !important;
}

.bg-\[\#00d4ff\] {
  background-color: #ff7a1a !important;
}

.border-\[\#00d4ff\] {
  border-color: #ff7a1a !important;
}

.bg-\[\#00d4ff\]\/10 {
  background-color: rgba(255, 122, 26, 0.1) !important;
}

.border-\[\#00d4ff\]\/20 {
  border-color: rgba(255, 122, 26, 0.2) !important;
}

.border-\[\#00d4ff\]\/30 {
  border-color: rgba(255, 122, 26, 0.3) !important;
}

.from-\[\#00d4ff\]\/20 {
  --tw-gradient-from: rgba(255, 122, 26, 0.2) !important;
  --tw-gradient-to: rgba(255, 122, 26, 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

/* Ensure active indicator under layout hydration is orange */
nav a.font-semibold {
  color: #ff7a1a !important;
}

nav a.font-semibold svg {
  color: #ff7a1a !important;
}