/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.break-all {
  word-break: break-all;
}
.border {
  border-width: 1px;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ── Animated grid background ── */
.grid-bg {
  background-image:
    linear-gradient(rgba(139,92,246,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,92,246,0.07) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ── Scan beam ── */
@keyframes scan-beam {
  0%   { transform: translateY(-100%); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(800%); opacity: 0; }
}
.scan-beam {
  animation: scan-beam 3s ease-in-out infinite;
}

/* ── Pulse glow ── */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(139,92,246,0.4), 0 0 40px rgba(139,92,246,0.2); }
  50%       { box-shadow: 0 0 40px rgba(139,92,246,0.8), 0 0 80px rgba(139,92,246,0.4); }
}
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }

/* ── Red alert pulse ── */
@keyframes red-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(239,68,68,0.4); }
  50%       { box-shadow: 0 0 30px rgba(239,68,68,0.8); }
}
.red-glow { animation: red-pulse 1.5s ease-in-out infinite; }

/* ── Green safe pulse ── */
@keyframes green-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(34,197,94,0.4); }
  50%       { box-shadow: 0 0 30px rgba(34,197,94,0.8); }
}
.green-glow { animation: green-pulse 2s ease-in-out infinite; }

/* ── Blink cursor ── */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}
.cursor-blink { animation: blink 1s step-end infinite; }

/* ── Slide up entrance ── */
@keyframes slide-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.slide-up { animation: slide-up 0.5s ease-out forwards; }
.slide-up-delay-1 { animation: slide-up 0.5s 0.1s ease-out both; }
.slide-up-delay-2 { animation: slide-up 0.5s 0.2s ease-out both; }
.slide-up-delay-3 { animation: slide-up 0.5s 0.3s ease-out both; }
.slide-up-delay-4 { animation: slide-up 0.5s 0.4s ease-out both; }
.slide-up-delay-5 { animation: slide-up 0.5s 0.5s ease-out both; }

/* ── Engine scan lines ── */
@keyframes engine-line {
  from { width: 0%; }
  to   { width: 100%; }
}
.engine-line { animation: engine-line 1.2s ease-out forwards; }

/* ── Float ── */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
.float { animation: float 4s ease-in-out infinite; }

/* ── Score reveal ── */
@keyframes score-reveal {
  from { stroke-dashoffset: 339; }
}
.score-arc { transition: stroke-dashoffset 1.5s cubic-bezier(0.34,1.56,0.64,1); }

/* ── Shimmer ── */
@keyframes shimmer {
  from { background-position: -200% center; }
  to   { background-position: 200% center; }
}
.shimmer-text {
  background: linear-gradient(90deg, #a855f7, #ec4899, #8b5cf6, #a855f7);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

/* ── Terminal flicker ── */
@keyframes flicker {
  0%, 95%, 100% { opacity: 1; }
  96%, 99%      { opacity: 0.8; }
}
.terminal { animation: flicker 8s infinite; font-family: 'Courier New', monospace; }

/* ── Radar sweep ── */
@keyframes radar {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.radar-sweep { animation: radar 2s linear infinite; transform-origin: center bottom; }

/* ── Dots loading ── */
@keyframes dot-bounce {
  0%, 80%, 100% { transform: scale(0); opacity: 0.3; }
  40%           { transform: scale(1); opacity: 1; }
}
.dot-1 { animation: dot-bounce 1.4s 0s ease-in-out infinite; }
.dot-2 { animation: dot-bounce 1.4s 0.2s ease-in-out infinite; }
.dot-3 { animation: dot-bounce 1.4s 0.4s ease-in-out infinite; }

/* ── Card hover glow ── */
.card-hover {
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}
.card-hover:hover {
  border-color: rgba(139,92,246,0.5);
  box-shadow: 0 0 30px rgba(139,92,246,0.15), inset 0 0 30px rgba(139,92,246,0.05);
  transform: translateY(-2px);
}

/* ── Neon border ── */
.neon-border {
  border: 1px solid rgba(139,92,246,0.5);
  box-shadow: 0 0 15px rgba(139,92,246,0.3), inset 0 0 15px rgba(139,92,246,0.05);
}

/* ── Progress bar ── */
@keyframes progress-fill {
  from { width: 0%; }
}
.progress-fill { animation: progress-fill 0.8s ease-out forwards; }

/* ── Scanline overlay ── */
.scanlines::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.03) 2px,
    rgba(0,0,0,0.03) 4px
  );
  pointer-events: none;
}

/* ── Gradient border button ── */
.btn-primary {
  background: linear-gradient(135deg, #7c3aed, #db2777);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { box-shadow: 0 0 30px rgba(139,92,246,0.6); transform: translateY(-1px); }

/* ── Theme tokens ── */
:root {
  --ge-bg:      #08080d;
  --ge-card:    #0f0f1a;
  --ge-text:    #f0f0f8;

  /* Subtle backgrounds & borders (keep low) */
  --ge-w02: rgba(255,255,255,0.03); --ge-w03: rgba(255,255,255,0.04);
  --ge-w04: rgba(255,255,255,0.06); --ge-w05: rgba(255,255,255,0.07);
  --ge-w06: rgba(255,255,255,0.09); --ge-w07: rgba(255,255,255,0.11);
  --ge-w08: rgba(255,255,255,0.13); --ge-w10: rgba(255,255,255,0.17);
  --ge-w12: rgba(255,255,255,0.20);

  /* Text — boosted for readability */
  --ge-w15: rgba(255,255,255,0.38);
  --ge-w20: rgba(255,255,255,0.48);
  --ge-w25: rgba(255,255,255,0.55);
  --ge-w30: rgba(255,255,255,0.62);
  --ge-w35: rgba(255,255,255,0.68);
  --ge-w40: rgba(255,255,255,0.74);
  --ge-w45: rgba(255,255,255,0.80);
  --ge-w50: rgba(255,255,255,0.84);
  --ge-w55: rgba(255,255,255,0.88);
  --ge-w60: rgba(255,255,255,0.92);
  --ge-w70: rgba(255,255,255,0.95);
  --ge-w80: rgba(255,255,255,0.97);
}

[data-theme="light"] {
  --ge-bg:      #f0f0f5;
  --ge-card:    #ffffff;
  --ge-text:    #08080d;

  /* Subtle backgrounds & borders */
  --ge-w02: rgba(0,0,0,0.03); --ge-w03: rgba(0,0,0,0.04);
  --ge-w04: rgba(0,0,0,0.05); --ge-w05: rgba(0,0,0,0.07);
  --ge-w06: rgba(0,0,0,0.09); --ge-w07: rgba(0,0,0,0.11);
  --ge-w08: rgba(0,0,0,0.13); --ge-w10: rgba(0,0,0,0.17);
  --ge-w12: rgba(0,0,0,0.22);

  /* Text — boosted for readability */
  --ge-w15: rgba(0,0,0,0.40);
  --ge-w20: rgba(0,0,0,0.50);
  --ge-w25: rgba(0,0,0,0.57);
  --ge-w30: rgba(0,0,0,0.63);
  --ge-w35: rgba(0,0,0,0.70);
  --ge-w40: rgba(0,0,0,0.76);
  --ge-w45: rgba(0,0,0,0.82);
  --ge-w50: rgba(0,0,0,0.86);
  --ge-w55: rgba(0,0,0,0.90);
  --ge-w60: rgba(0,0,0,0.93);
  --ge-w70: rgba(0,0,0,0.96);
  --ge-w80: rgba(0,0,0,0.98);
}

/* Light mode: grid lines flip to dark */
[data-theme="light"] .grid-bg {
  background-image: none;
}
[data-theme="light"] .scanlines::after {
  display: none;
}

/* Light mode: card-hover border */
[data-theme="light"] .card-hover {
  border-color: rgba(0,0,0,0.08);
}

/* ── Nav / header tokens (used instead of darkMode ? inline conditionals) ── */
:root {
  --ge-nav-bg:           rgba(9,9,14,0.92);
  --ge-nav-border:       1px solid rgba(255,255,255,0.09);
  --ge-nav-brand:        #ffffff;
  --ge-nav-item:         rgba(255,255,255,0.88);
  --ge-nav-active-bg:    rgba(139,92,246,0.12);
  --ge-nav-btn-bg:       rgba(255,255,255,0.09);
  --ge-nav-btn-color:    rgba(255,255,255,0.92);
  --ge-nav-user-color:   rgba(255,255,255,0.74);
  --ge-nav-link-border:  1px solid rgba(255,255,255,0.20);
  --ge-nav-link-color:   rgba(255,255,255,0.88);
}
[data-theme="light"] {
  --ge-nav-bg:           rgba(255,255,255,0.96);
  --ge-nav-border:       1px solid rgba(0,0,0,0.08);
  --ge-nav-brand:        #0f0f14;
  --ge-nav-item:         rgba(0,0,0,0.62);
  --ge-nav-active-bg:    rgba(139,92,246,0.08);
  --ge-nav-btn-bg:       rgba(0,0,0,0.06);
  --ge-nav-btn-color:    rgba(0,0,0,0.62);
  --ge-nav-user-color:   rgba(0,0,0,0.50);
  --ge-nav-link-border:  1px solid rgba(0,0,0,0.12);
  --ge-nav-link-color:   rgba(0,0,0,0.62);
}

/* ── Semantic / traffic-light color tokens ── */
:root {
  --ge-accent:        #a855f7;   /* purple brand */
  --ge-accent-light:  #c084fc;   /* light purple */
  --ge-accent-dim:    #8b5cf6;   /* medium purple */
  --ge-green:         #22c55e;
  --ge-green-text:    #22c55e;
  --ge-red:           #ef4444;
  --ge-red-text:      #ef4444;
  --ge-yellow:        #eab308;
  --ge-yellow-text:   #eab308;
  --ge-orange:        #f97316;
  --ge-orange-text:   #f97316;
  --ge-orange-light:  #fb923c;
}
[data-theme="light"] {
  --ge-accent:        #7c3aed;   /* darker purple — 5.9:1 on white */
  --ge-accent-light:  #9333ea;
  --ge-accent-dim:    #6d28d9;
  --ge-green:         #22c55e;   /* keep for backgrounds/dots */
  --ge-green-text:    #15803d;   /* 5.4:1 on white */
  --ge-red:           #ef4444;   /* keep for backgrounds/dots */
  --ge-red-text:      #b91c1c;   /* 5.8:1 on white */
  --ge-yellow:        #eab308;   /* keep for backgrounds/dots */
  --ge-yellow-text:   #92400e;   /* amber — 5.2:1 on white */
  --ge-orange:        #f97316;
  --ge-orange-text:   #c2410c;   /* 5.1:1 on white */
  --ge-orange-light:  #ea580c;
}

