/* ==========================================================================
   vyntra.co • Apple macOS Liquid Retina Design System (2026 Edition)
   Hyper-Refractive Frosted Acrylic • Apple Intelligence Siri Aura • macOS Sequoia Optics
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design Tokens & Color Palettes (macOS / Apple Pro Standard)
   -------------------------------------------------------------------------- */
:root {
  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', "SF Mono", monospace;

  /* Theme: macOS Dark (Apple Studio Pure Black / OLED Midnight) */
  --bg-space: #000000;
  --bg-deep: #050811;
  --bg-surface: rgba(18, 20, 29, 0.68);
  --bg-surface-hover: rgba(28, 32, 48, 0.85);
  --bg-glass-inset: rgba(6, 8, 15, 0.65);

  /* Apple Pro Glass Optics & Translucency */
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-border-hover: rgba(255, 255, 255, 0.28);
  --glass-border-glow: 0 0 35px rgba(0, 113, 227, 0.22);
  
  --specular-top: inset 0 1px 0 0 rgba(255, 255, 255, 0.22);
  --specular-bot: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.6);
  --glass-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 113, 227, 0.08);
  --glass-blur: blur(14px) saturate(140%);

  /* Text Hierarchy */
  --text-primary: #f5f5f7;
  --text-secondary: #a1a1a6;
  --text-muted: #6e6e73;

  /* Apple Signature Color Palette */
  --apple-blue: #0071e3;
  --cyan-glow: #64d2ff;
  --blue-laser: #0071e3;
  --purple-laser: #bf5af2;
  --magenta-glow: #ff375f;
  --emerald-glow: #30d158;
  --amber-glow: #ff9f0a;

  /* Apple Intelligence Siri Aura & Liquid Retina Gradients */
  --accent-gradient: linear-gradient(135deg, #0071e3 0%, #5e5ce6 35%, #bf5af2 70%, #ff375f 100%);
  --accent-holo: linear-gradient(135deg, #30d158 0%, #64d2ff 50%, #0071e3 100%);
  --accent-siri: linear-gradient(135deg, #ff375f 0%, #bf5af2 50%, #0071e3 100%);

  /* Radii & Apple Spring Transitions */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --radius-pill: 9999px;

  --ease-elastic: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* --------------------------------------------------------------------------
   Visual Style Themes (macOS Sequoia / Sonoma / Apple Intelligence)
   -------------------------------------------------------------------------- */
[data-fx="sequoia"], [data-fx="nebula"] {
  --accent-gradient: linear-gradient(135deg, #0071e3 0%, #5e5ce6 35%, #bf5af2 70%, #ff375f 100%);
  --glass-border-hover: rgba(191, 90, 242, 0.5);
  --glass-border-glow: 0 0 35px rgba(94, 92, 230, 0.3);
}

/* 3D Quantum Magnifier Lens Theme */
[data-fx="magnify"] {
  --bg-space: #07090e;
  --bg-deep: #0e121a;
  --bg-surface: rgba(16, 21, 30, 0.88);
  --bg-surface-hover: rgba(24, 32, 46, 0.96);
  --bg-glass-inset: rgba(8, 10, 15, 0.9);

  --glass-border: rgba(43, 240, 255, 0.28);
  --glass-border-hover: rgba(246, 226, 122, 0.8);
  --glass-border-glow: 0 0 45px rgba(43, 240, 255, 0.35);

  --specular-top: inset 0 1.5px 0 0 rgba(43, 240, 255, 0.5);
  --specular-bot: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.9);
  --glass-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.95), 0 0 35px rgba(43, 240, 255, 0.18);

  --text-primary: #ffffff;
  --text-secondary: #a3e9f5;
  --text-muted: #6b8c96;

  --apple-blue: #00d2ff;
  --cyan-glow: #2bf0ff;
  --blue-laser: #00b4d8;
  --purple-laser: #e5c07b;
  --magenta-glow: #ff5e9a;
  --emerald-glow: #00ff87;
  --amber-glow: #f6e27a;

  --accent-gradient: linear-gradient(135deg, #2bf0ff 0%, #00b4d8 35%, #d4af37 70%, #f6e27a 100%);
  --accent-holo: linear-gradient(135deg, #2bf0ff 0%, #d4af37 50%, #ffffff 100%);
}

/* Luxury Neumorphic 24K Obsidian & Pure Gold */
[data-fx="luxury"], [data-theme="luxury"] {
  --bg-space: #0c0e12;
  --bg-deep: #12151b;
  --bg-surface: rgba(22, 26, 34, 0.88);
  --bg-surface-hover: rgba(32, 38, 50, 0.96);
  --bg-glass-inset: rgba(10, 12, 16, 0.88);

  --glass-border: rgba(212, 175, 55, 0.24);
  --glass-border-hover: rgba(246, 226, 122, 0.75);
  --glass-border-glow: 0 0 40px rgba(212, 175, 55, 0.4);

  --specular-top: inset 0 1.5px 0 0 rgba(246, 226, 122, 0.45);
  --specular-bot: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.85);
  --glass-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.92), 0 0 30px rgba(212, 175, 55, 0.16);

  --text-primary: #f8f9fa;
  --text-secondary: #d4b886;
  --text-muted: #8e8271;

  --apple-blue: #d4af37;
  --cyan-glow: #f6e27a;
  --blue-laser: #d4af37;
  --purple-laser: #e5c07b;
  --magenta-glow: #f3a847;
  --emerald-glow: #ffd700;
  --amber-glow: #f6e27a;

  --accent-gradient: linear-gradient(135deg, #f6e27a 0%, #d4af37 45%, #aa820a 75%, #6a4f03 100%);
  --accent-holo: linear-gradient(135deg, #fff3a8 0%, #d4af37 50%, #906b08 100%);
  --accent-siri: linear-gradient(135deg, #ffd700 0%, #d4af37 50%, #805e04 100%);
}

/* Luxury Cashmere & Rose Gold / Champagne */
[data-fx="imperial"] {
  --bg-space: #e7e3dc;
  --bg-deep: #ded9cf;
  --bg-surface: rgba(246, 243, 238, 0.88);
  --bg-surface-hover: rgba(255, 253, 250, 0.98);
  --bg-glass-inset: rgba(225, 220, 210, 0.85);

  --glass-border: rgba(184, 134, 11, 0.28);
  --glass-border-hover: rgba(218, 165, 32, 0.8);
  --glass-border-glow: 0 0 35px rgba(184, 134, 11, 0.3);

  --specular-top: inset 0 1.5px 0 0 rgba(255, 255, 255, 0.95);
  --specular-bot: inset 0 -1px 2px 0 rgba(140, 120, 90, 0.35);
  --glass-shadow: 0 20px 40px -10px rgba(140, 120, 90, 0.28);

  --text-primary: #28231d;
  --text-secondary: #6e5e4d;
  --text-muted: #9e8d7a;

  --apple-blue: #b38728;
  --cyan-glow: #c99738;
  --blue-laser: #b38728;
  --purple-laser: #a17024;
  --accent-gradient: linear-gradient(135deg, #d6ad45 0%, #b38728 50%, #684a0b 100%);
}

[data-fx="sonoma"] {
  --accent-gradient: linear-gradient(135deg, #0071e3 0%, #2997ff 40%, #5e5ce6 75%, #bf5af2 100%);
  --glass-border-hover: rgba(41, 151, 255, 0.6);
  --glass-border-glow: 0 0 35px rgba(0, 113, 227, 0.35);
}

[data-fx="prism"] {
  --accent-gradient: linear-gradient(135deg, #ff375f 0%, #ff9f0a 25%, #bf5af2 50%, #5e5ce6 75%, #64d2ff 100%);
  --glass-border-hover: rgba(255, 55, 95, 0.6);
  --glass-border-glow: 0 0 35px rgba(255, 55, 95, 0.35);
}

[data-fx="cyber"] {
  --bg-space: #000000;
  --bg-deep: #03080e;
  --accent-gradient: linear-gradient(135deg, #30d158 0%, #64d2ff 50%, #0071e3 100%);
  --glass-border-hover: rgba(48, 209, 88, 0.6);
  --glass-border-glow: 0 0 35px rgba(48, 209, 88, 0.35);
}

[data-fx="crystal"] {
  --bg-surface: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.28);
  --specular-top: inset 0 1.5px 1px 0 rgba(255, 255, 255, 0.6);
  --glass-border-glow: 0 0 30px rgba(255, 255, 255, 0.2);
}

[data-theme="light"] {
  --bg-space: #f5f5f7;
  --bg-deep: #e8e8ed;
  --bg-surface: rgba(255, 255, 255, 0.82);
  --bg-surface-hover: rgba(255, 255, 255, 0.95);
  --bg-glass-inset: rgba(245, 245, 247, 0.85);

  --glass-border: rgba(0, 0, 0, 0.08);
  --glass-border-hover: rgba(0, 113, 227, 0.4);
  --specular-top: inset 0 1px 1px 0 rgba(255, 255, 255, 1);
  --specular-bot: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.03);
  --glass-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.06), 0 0 20px rgba(0, 113, 227, 0.04);

  --text-primary: #1d1d1f;
  --text-secondary: #515154;
  --text-muted: #86868b;
}

/* --------------------------------------------------------------------------
   Dynamic Typography Engine Presets
   -------------------------------------------------------------------------- */
[data-font="modern-tech"] {
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
[data-font="luxury"] {
  --font-heading: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}
[data-font="geometric"] {
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Space Mono', monospace;
}
[data-font="editorial"] {
  --font-heading: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}
[data-font="swiss"] {
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'JetBrains Mono', monospace;
}

/* --------------------------------------------------------------------------
   2. Global Reset, macOS Background & Ambient Cursor Spotlight
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body.website-body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background-color: var(--bg-space);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Apple Pro Ambient Spotlight */
body.website-body {
  position: relative;
}

body.intro-active {
  overflow: hidden !important;
}

body.website-body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(800px circle at var(--spotlight-x, 50%) var(--spotlight-y, 30%), rgba(0, 113, 227, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}

[data-theme="light"] body.website-body::before {
  background: radial-gradient(800px circle at var(--spotlight-x, 50%) var(--spotlight-y, 30%), rgba(0, 113, 227, 0.04), transparent 70%);
}

.fx-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}

[data-theme="light"] .fx-canvas { opacity: 0.35; }

/* --------------------------------------------------------------------------
   2.5. Abyssal 3D Background Engine Styles
   -------------------------------------------------------------------------- */
.abyssal-3d-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
  transition: opacity 0.5s ease;
  will-change: transform, opacity;
}

[data-theme="light"] .abyssal-3d-canvas {
  opacity: 0.55;
  filter: contrast(1.1) brightness(1.2);
}

[data-fx="abyssal"] body.website-body {
  background: #010610 !important;
}

[data-fx="abyssal"] .liquid-blob.blob-1 { background: radial-gradient(circle, rgba(0, 242, 254, 0.45) 0%, transparent 70%); }
[data-fx="abyssal"] .liquid-blob.blob-2 { background: radial-gradient(circle, rgba(14, 165, 233, 0.35) 0%, transparent 70%); }
[data-fx="abyssal"] .liquid-blob.blob-3 { background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 70%); }
[data-fx="abyssal"] .liquid-blob.blob-4 { background: radial-gradient(circle, rgba(6, 182, 212, 0.3) 0%, transparent 70%); }
[data-fx="abyssal"] .liquid-blob.blob-5 { background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%); }

.confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

/* --------------------------------------------------------------------------
   3. Apple macOS Sequoia Liquid Retina & Siri Aurora Blobs
   -------------------------------------------------------------------------- */
.liquid-bg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.liquid-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.35;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: auroraFlow 26s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

[data-theme="light"] .liquid-blob { opacity: 0.18; filter: blur(48px); }

/* Siri Purple / Indigo */
.blob-1 { width: 750px; height: 750px; background: radial-gradient(circle, #5e5ce6 0%, #bf5af2 45%, transparent 75%); top: -160px; left: 15%; animation-duration: 22s; }
/* Apple Blue Ocean */
.blob-2 { width: 680px; height: 680px; background: radial-gradient(circle, #0071e3 0%, #2997ff 55%, transparent 75%); top: 30%; right: -120px; animation-duration: 28s; animation-delay: -8s; }
/* Siri Coral / Sunrise Amber */
.blob-3 { width: 700px; height: 700px; background: radial-gradient(circle, #ff375f 0%, #ff9f0a 50%, transparent 75%); bottom: 0%; left: -140px; animation-duration: 24s; animation-delay: -12s; }
/* Liquid Retina Cyan */
.blob-4 { width: 600px; height: 600px; background: radial-gradient(circle, #64d2ff 0%, #0071e3 60%, transparent 75%); bottom: -200px; right: 15%; animation-duration: 32s; animation-delay: -16s; }
/* Studio Emerald */
.blob-5 { width: 520px; height: 520px; background: radial-gradient(circle, #30d158 0%, #64d2ff 60%, transparent 75%); top: 50%; left: 35%; animation-duration: 25s; animation-delay: -6s; }

@keyframes auroraFlow {
  0% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  33% { transform: translate3d(60px, -50px, 0) scale(1.12) rotate(60deg); }
  66% { transform: translate3d(-50px, 40px, 0) scale(0.92) rotate(120deg); }
  100% { transform: translate3d(40px, -30px, 0) scale(1.05) rotate(180deg); }
}

/* --------------------------------------------------------------------------
   4. Spatial Glass Cards & Dynamic Traveling Laser Borders
   -------------------------------------------------------------------------- */
.liquid-glass-card {
  position: relative;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--specular-top), var(--specular-bot), var(--glass-shadow);
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.liquid-glass-card:hover {
  background: var(--bg-surface-hover);
  border-color: var(--glass-border-hover);
  box-shadow: var(--specular-top), var(--specular-bot), var(--glass-shadow), var(--glass-border-glow);
}

.glass-sheen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 60%, transparent 100%);
  border-radius: var(--radius-xl) var(--radius-xl) 50% 50% / var(--radius-xl) var(--radius-xl) 20% 20%;
  pointer-events: none;
  z-index: 1;
}

[data-theme="light"] .glass-sheen {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.12) 80%, transparent 100%);
}

.laser-border-card { position: relative; }

.laser-border-glow {
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(var(--laser-angle, 0deg), #0071e3 0%, #5e5ce6 25%, #bf5af2 50%, #ff375f 75%, #64d2ff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.3s ease, filter 0.3s ease;
  z-index: 1;
}

.laser-border-card:hover .laser-border-glow {
  opacity: 1;
  filter: drop-shadow(0 0 14px rgba(191, 90, 242, 0.45));
}

.spotlight-flare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.14), transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}

[data-theme="light"] .spotlight-flare {
  background: radial-gradient(420px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 113, 227, 0.15), transparent 70%);
}

.laser-border-card:hover .spotlight-flare { opacity: 1; }

.liquid-glass-inset {
  background: var(--bg-glass-inset);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-md);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 0 1px rgba(255, 255, 255, 0.15);
}

[data-theme="light"] .liquid-glass-inset {
  background: rgba(0, 0, 0, 0.035);
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1.5px 3px rgba(0, 0, 0, 0.06);
}

.liquid-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 1px 1.5px 0 rgba(255, 255, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  transition: all 0.2s ease;
}

[data-theme="light"] .liquid-pill {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.9), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.holographic-text {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: holoHueShift 7s ease-in-out infinite alternate;
}

@keyframes holoHueShift {
  0% { filter: hue-rotate(0deg) drop-shadow(0 0 25px rgba(0, 242, 254, 0.5)); }
  100% { filter: hue-rotate(65deg) drop-shadow(0 0 35px rgba(236, 72, 153, 0.6)); }
}

.neon-pulse { animation: neonPulseGlow 2.2s infinite alternate; }

@keyframes neonPulseGlow {
  0% { box-shadow: 0 0 6px var(--cyan-glow), inset 0 1px 1px rgba(255, 255, 255, 0.5); }
  100% { box-shadow: 0 0 20px var(--cyan-glow), inset 0 1px 1px rgba(255, 255, 255, 0.9); }
}

.neon-glow {
  box-shadow: 0 0 26px rgba(0, 242, 254, 0.45), inset 0 1.5px 1.5px rgba(255, 255, 255, 0.7);
}

.neon-glow:hover {
  box-shadow: 0 0 38px rgba(0, 242, 254, 0.75), inset 0 1.5px 1.5px rgba(255, 255, 255, 0.9);
}

/* --------------------------------------------------------------------------
   5. Main Navigation Header & Announcements
   -------------------------------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

.hidden { display: none !important; }
.text-center { text-align: center; }
.text-success { color: var(--emerald-glow); }
.text-warning { color: var(--amber-glow); }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 16px; }
.mt-4 { margin-top: 24px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-1 { flex: 1; }
.w-100 { width: 100%; }
.form-row { display: flex; gap: 14px; }

.liquid-glass-bar {
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.85) 0%, rgba(15, 23, 42, 0.85) 50%, rgba(2, 6, 23, 0.85) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 13px;
  padding: 8px 0;
  position: relative;
  z-index: 1001;
}

.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.announcement-badge { background: var(--accent-gradient); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 10px; }
.announcement-text { color: #cbd5e1; }
.announcement-link { color: var(--cyan-glow); font-weight: 600; }
.announcement-link:hover { text-decoration: underline; }

.liquid-glass-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: var(--specular-top), 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.brand-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }

.liquid-glass-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--accent-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.7), 0 6px 24px rgba(0, 242, 254, 0.5);
  position: relative;
  overflow: hidden;
}

.logo-spark { font-size: 22px; filter: drop-shadow(0 0 6px #fff); }
.brand-text { display: flex; flex-direction: column; }
.brand-title { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--text-primary); line-height: 1.1; letter-spacing: -0.02em; }
.brand-title strong { color: var(--cyan-glow); }
.brand-tagline { font-size: 11px; color: var(--text-muted); font-weight: 500; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 6px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.18);
}

[data-theme="light"] .desktop-nav { background: rgba(0, 0, 0, 0.03); border-color: rgba(0, 0, 0, 0.06); }

.nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  transition: all 0.18s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link:hover { color: var(--text-primary); background: rgba(255, 255, 255, 0.09); }
.nav-link.active { color: #fff; background: var(--accent-gradient); font-weight: 600; box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 3px 14px rgba(0, 242, 254, 0.4); }

.nav-badge-pill {
  font-size: 10px;
  font-weight: 800;
  background: var(--cyan-glow);
  color: #030712;
  padding: 1px 6px;
  border-radius: var(--radius-pill);
}

.header-actions { display: flex; align-items: center; gap: 8px; }
.fx-selector-dropdown, .font-selector-dropdown, .persona-selector-wrap, .notification-wrap { position: relative; }

.liquid-glass-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: var(--specular-top), 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: all 0.18s ease;
}

.liquid-glass-btn:hover {
  border-color: var(--glass-border-hover);
  background: var(--bg-surface-hover);
  transform: translateY(-1px);
  box-shadow: var(--specular-top), 0 6px 20px rgba(0, 0, 0, 0.3);
}

.fx-glow-btn {
  border-color: rgba(0, 242, 254, 0.4);
  background: linear-gradient(135deg, rgba(0, 242, 254, 0.15), rgba(121, 40, 202, 0.15));
}

.fx-glow-btn:hover { border-color: var(--cyan-glow); box-shadow: 0 0 20px rgba(0, 242, 254, 0.5); }
.fx-mode-icon { font-size: 18px; }

.notif-btn { position: relative; }
.notif-counter-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px #ef4444;
}

.notif-dropdown { min-width: 320px; }
.text-btn { background: transparent; border: none; font-size: 11px; color: var(--cyan-glow); cursor: pointer; }
.notifs-list { display: flex; flex-direction: column; gap: 8px; max-height: 280px; overflow-y: auto; padding: 4px 0; }
.notif-item { display: flex; gap: 10px; align-items: flex-start; padding: 8px 10px; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.04); font-size: 12.5px; }
.notif-item.unread { border-left: 3px solid var(--cyan-glow); }
.notif-icon-box { font-size: 16px; }
.notif-content small { display: block; font-size: 10.5px; color: var(--text-muted); margin-top: 2px; }

.persona-context-banner { margin-top: 24px; margin-bottom: -35px; }
.persona-context-card { padding: 18px 26px; background: linear-gradient(90deg, rgba(16, 24, 48, 0.85) 0%, rgba(6, 11, 24, 0.8) 100%); }
.persona-context-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; position: relative; z-index: 2; }
.persona-context-icon { font-size: 32px; width: 52px; height: 52px; border-radius: 14px; background: rgba(255, 255, 255, 0.08); display: flex; align-items: center; justify-content: center; }
.persona-context-text { flex-grow: 1; }
.persona-context-text h4 { font-size: 16.5px; font-weight: 700; margin-bottom: 2px; }
.persona-context-text p { font-size: 12.5px; color: var(--text-secondary); }
.persona-context-actions { display: flex; gap: 10px; }

.liquid-glass-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 260px;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-hover);
  border-radius: var(--radius-lg);
  box-shadow: var(--specular-top), 0 20px 50px rgba(0, 0, 0, 0.6), var(--glass-border-glow);
  padding: 10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dropdown-header { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-muted); padding: 6px 10px; }
.dropdown-opt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--radius-md);
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: var(--text-primary);
  transition: all 0.18s ease;
}

.dropdown-opt:hover { background: rgba(255, 255, 255, 0.09); }
.dropdown-opt.active { background: rgba(0, 242, 254, 0.2); border-left: 3px solid var(--cyan-glow); }
.dropdown-opt strong { display: block; font-size: 13px; }
.dropdown-opt small { font-size: 11px; color: var(--text-secondary); }

/* --------------------------------------------------------------------------
   6. Hero Section & Cybernetic Telemetry
   -------------------------------------------------------------------------- */
.hero-section { position: relative; padding: 85px 0 55px; }

.hero-liquid-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 242, 254, 0.35) 0%, rgba(121, 40, 202, 0.22) 40%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
}

.hero-badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.hero-headline { font-size: 54px; font-weight: 800; line-height: 1.15; margin-bottom: 22px; letter-spacing: -0.03em; }
.hero-subtitle { font-size: 18.5px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 36px; max-width: 630px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.hero-trust-row { display: flex; align-items: center; gap: 14px; }
.trust-avatars { display: flex; }
.trust-avatar { font-size: 20px; margin-left: -6px; }
.trust-avatar:first-child { margin-left: 0; }
.trust-text { font-size: 13px; color: var(--text-secondary); }
.trust-text strong { color: var(--text-primary); }

.preview-glass-card { padding: 28px; }
.preview-header { display: flex; align-items: center; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 12px; color: var(--text-muted); position: relative; z-index: 2; }
.card-status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald-glow); box-shadow: 0 0 10px var(--emerald-glow); }
.card-badge-pill { margin-left: auto; color: var(--cyan-glow); font-size: 11px; padding: 3px 10px; }
.preview-metric-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px 0; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: relative; z-index: 2; }
.preview-stat .p-num { display: block; font-family: var(--font-heading); font-size: 28px; font-weight: 800; color: var(--text-primary); }
.preview-stat .p-lbl { font-size: 11px; color: var(--text-muted); }
.preview-live-activity { padding-top: 18px; position: relative; z-index: 2; }
.activity-title { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.05em; margin-bottom: 14px; }
.activity-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: 13px; }
.act-icon { font-size: 16px; padding: 6px; border-radius: 8px; }
.act-details small { display: block; font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* Metrics Banner */
.metrics-banner { margin-top: 60px; padding: 32px 42px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.metric-item { display: flex; align-items: center; gap: 18px; padding: 0 12px; position: relative; z-index: 2; }
.metric-icon { font-size: 32px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-lg); flex-shrink: 0; }
.metric-val { font-family: var(--font-heading); font-size: 34px; font-weight: 800; color: var(--text-primary); line-height: 1.1; }
.metric-title { font-size: 14px; font-weight: 600; color: var(--text-primary); }
.metric-sub { font-size: 12px; color: var(--emerald-glow); }

/* --------------------------------------------------------------------------
   7. Buttons & High-Luminescence Shaders
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-liquid {
  background: var(--accent-gradient);
  color: #030712;
  font-weight: 700;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.7), 0 8px 28px rgba(0, 242, 254, 0.5);
}

.btn-liquid:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.9), 0 14px 38px rgba(0, 242, 254, 0.75);
  color: #030712;
}

.btn-liquid-glass {
  background: var(--bg-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: var(--glass-border);
  color: var(--text-primary);
  box-shadow: var(--specular-top), 0 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-liquid-glass:hover {
  background: var(--bg-surface-hover);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
  box-shadow: var(--specular-top), 0 10px 28px rgba(0, 0, 0, 0.35);
  color: var(--text-primary);
}

.btn-liquid-outline {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--glass-border);
  color: var(--text-primary);
}

.btn-liquid-outline:hover {
  border-color: var(--cyan-glow);
  background: rgba(0, 242, 254, 0.12);
  color: var(--cyan-glow);
  box-shadow: 0 0 24px rgba(0, 242, 254, 0.35);
}

.btn-lg { padding: 16px 32px; font-size: 15.5px; }
.btn-sm { padding: 8px 18px; font-size: 12.5px; }
.btn-block { width: 100%; }

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-glow);
  box-shadow: 0 0 12px var(--cyan-glow);
  animation: pulseAnim 1.8s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.4); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.section-container { padding: 100px 0; position: relative; z-index: 2; }
.bg-subtle-liquid { background: var(--bg-deep); border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); }
.section-header { margin-bottom: 54px; }
.section-header.flex-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.section-tag { font-size: 11.5px; letter-spacing: 0.12em; color: var(--cyan-glow); padding: 4px 14px; margin-bottom: 12px; }
.section-heading { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.section-subtext { font-size: 16.5px; color: var(--text-secondary); max-width: 720px; }

/* --------------------------------------------------------------------------
   8. Assessment & Skill Radar Visualizer
   -------------------------------------------------------------------------- */
.assessment-grid-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.assessment-card { padding: 34px; display: flex; flex-direction: column; }
.card-top-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; position: relative; z-index: 2; }
.card-h3 { font-size: 21px; font-weight: 700; margin-bottom: 4px; }
.card-p { font-size: 13.5px; color: var(--text-secondary); }

.radar-visual-wrap { display: flex; justify-content: center; align-items: center; padding: 10px 0; position: relative; z-index: 2; }
.radar-svg { width: 100%; max-width: 330px; height: auto; }
.radar-grid { fill: none; stroke: rgba(255, 255, 255, 0.14); stroke-width: 1; }
.radar-axis { stroke: rgba(255, 255, 255, 0.14); stroke-width: 1; }
.radar-poly-industry { fill: rgba(0, 242, 254, 0.18); stroke: var(--cyan-glow); stroke-width: 2; stroke-dasharray: 4, 3; }
.radar-poly-student { fill: rgba(0, 255, 135, 0.32); stroke: var(--emerald-glow); stroke-width: 2.5; filter: drop-shadow(0 0 12px rgba(0, 255, 135, 0.5)); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.radar-label { font-family: var(--font-mono); font-size: 10px; fill: var(--text-secondary); }
.radar-legend-bar { display: flex; justify-content: center; gap: 22px; margin: 14px 0 20px; position: relative; z-index: 2; }
.legend-chip { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-secondary); }
.legend-box { width: 12px; height: 12px; border-radius: 3px; }
.industry-box { background: rgba(0, 242, 254, 0.4); border: 1px dashed var(--cyan-glow); }
.student-box { background: var(--emerald-glow); }

.ai-bridge-box { padding: 18px; font-size: 13.5px; line-height: 1.5; position: relative; z-index: 2; }
.ai-bridge-title { display: flex; justify-content: space-between; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.match-gain-pill { color: var(--emerald-glow); font-size: 11px; padding: 2px 8px; }

.quiz-top-bar { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; position: relative; z-index: 2; }
.quiz-step-pill { font-size: 12px; color: var(--cyan-glow); padding: 4px 12px; }
.quiz-progress-track { width: 100%; height: 8px; overflow: hidden; margin-bottom: 24px; position: relative; z-index: 2; }
.liquid-progress { height: 100%; background: var(--accent-gradient); box-shadow: 0 0 14px rgba(0, 242, 254, 0.7); transition: width 0.3s ease; }
.quiz-question-title { font-size: 17px; font-weight: 600; line-height: 1.45; margin-bottom: 22px; color: var(--text-primary); position: relative; z-index: 2; }
.quiz-options-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; position: relative; z-index: 2; }

.quiz-opt {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 13.5px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.18s ease;
}

.quiz-opt:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); transform: translateX(4px); }
.quiz-opt.selected { border-color: var(--cyan-glow); background: rgba(0, 242, 254, 0.22); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 18px rgba(0, 242, 254, 0.4); }
.quiz-navigation-footer { display: flex; justify-content: space-between; margin-top: auto; position: relative; z-index: 2; }

.quiz-results-container { text-align: center; padding: 20px 0; position: relative; z-index: 2; }
.liquid-score-sphere { width: 115px; height: 115px; border-radius: 50%; background: var(--accent-gradient); color: #030712; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.7), 0 12px 38px rgba(0, 242, 254, 0.6); }
.score-number { font-family: var(--font-heading); font-size: 36px; font-weight: 800; line-height: 1; }
.score-label { font-size: 11px; text-transform: uppercase; font-weight: 700; opacity: 0.9; }

/* --------------------------------------------------------------------------
   9. Jobs Board, Filters & Application Pipeline
   -------------------------------------------------------------------------- */
.live-count-pill { color: var(--cyan-glow); font-size: 13px; padding: 6px 16px; }
.jobs-filter-panel { display: flex; gap: 16px; margin-bottom: 36px; padding: 18px 22px; flex-wrap: wrap; }
.search-box-wrap { flex-grow: 1; position: relative; min-width: 280px; }
.search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 14px; color: var(--text-muted); }

.liquid-input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  background: rgba(3, 7, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  color: var(--text-primary);
  font-size: 14px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
  transition: all 0.18s ease;
}

.liquid-input:focus { outline: none; border-color: var(--cyan-glow); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 242, 254, 0.3); }

.dropdown-filters-wrap { display: flex; gap: 12px; }
.liquid-select {
  padding: 12px 20px;
  background: rgba(3, 7, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  color: var(--text-primary);
  font-size: 14px;
  cursor: pointer;
  outline: none;
  transition: all 0.18s ease;
}

.liquid-select:focus { border-color: var(--cyan-glow); }

.jobs-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); gap: 26px; }
.job-card { padding: 26px; display: flex; flex-direction: column; }
.job-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; position: relative; z-index: 2; }
.job-company-badge { display: flex; gap: 14px; align-items: center; }
.job-icon { font-size: 24px; width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(255, 255, 255, 0.08); }
.job-role { font-size: 16.5px; font-weight: 700; color: var(--text-primary); line-height: 1.2; }
.job-company { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.job-match-pill { color: var(--emerald-glow); font-size: 12px; font-weight: 700; padding: 4px 12px; flex-shrink: 0; }
.job-desc { font-size: 13.5px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 18px; flex-grow: 1; position: relative; z-index: 2; }
.job-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; position: relative; z-index: 2; }
.pill-tag { font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: var(--radius-pill); }
.job-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); position: relative; z-index: 2; }
.job-stipend { font-family: var(--font-heading); font-weight: 700; font-size: 14.5px; color: var(--text-primary); }

/* Pipeline Tracker */
.tracker-pipeline-container { padding: 34px; }
.tracker-empty-state { text-align: center; padding: 40px 20px; color: var(--text-secondary); }
.tracker-empty-icon { font-size: 44px; margin-bottom: 12px; }
.tracker-apps-list { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 2; }

.app-tracker-card {
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.app-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.app-title-group { display: flex; align-items: center; gap: 12px; }
.app-co-icon { font-size: 24px; width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.08); }
.app-role-name { font-size: 16.5px; font-weight: 700; }
.app-co-name { font-size: 12px; color: var(--text-muted); }
.app-status-badge { font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: var(--radius-pill); }
.app-status-badge.review { color: var(--amber-glow); border: 1px solid var(--amber-glow); background: rgba(251, 191, 36, 0.15); }
.app-status-badge.interview { color: var(--cyan-glow); border: 1px solid var(--cyan-glow); background: rgba(0, 242, 254, 0.15); }
.app-status-badge.offer { color: var(--emerald-glow); border: 1px solid var(--emerald-glow); background: rgba(0, 255, 135, 0.15); }

.tracker-stage-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.stage-step {
  padding: 10px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  font-size: 11.5px;
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stage-step.done {
  background: rgba(0, 255, 135, 0.15);
  color: var(--emerald-glow);
  border-color: rgba(0, 255, 135, 0.4);
  font-weight: 600;
}

.stage-step.active {
  background: rgba(0, 242, 254, 0.25);
  color: #fff;
  border-color: var(--cyan-glow);
  font-weight: 700;
  box-shadow: 0 0 14px rgba(0, 242, 254, 0.45);
}

/* --------------------------------------------------------------------------
   10. Faculty R&D Tabs & Grants Table
   -------------------------------------------------------------------------- */
.liquid-glass-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: var(--bg-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  margin-bottom: 34px;
  overflow-x: auto;
  box-shadow: var(--specular-top);
}

.ftab-btn {
  padding: 10px 24px;
  background: transparent;
  border: none;
  border-radius: var(--radius-pill);
  color: var(--text-secondary);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s ease;
}

.ftab-btn:hover { color: var(--text-primary); background: rgba(255, 255, 255, 0.08); }
.ftab-btn.active { color: #030712; background: var(--accent-gradient); font-weight: 700; box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.6), 0 4px 16px rgba(0, 242, 254, 0.5); }

.tab-pane { display: block; }
.tab-pane.hidden { display: none; }
.tab-intro-card { padding: 22px 28px; margin-bottom: 26px; }
.tab-intro-card h4 { font-size: 17px; margin-bottom: 4px; }
.problems-grid-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); gap: 26px; }
.problem-card { padding: 26px; display: flex; flex-direction: column; }
.problem-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.sponsor-tag { font-size: 12px; font-weight: 700; color: var(--cyan-glow); padding: 3px 12px; }
.bounty-amount { font-size: 13.5px; font-weight: 700; color: var(--emerald-glow); }
.problem-title { font-size: 16.5px; font-weight: 700; margin-bottom: 10px; line-height: 1.35; }
.problem-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 18px; flex-grow: 1; }

.styled-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 13.5px; }
.styled-table th, .styled-table td { padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.styled-table th { background: rgba(0, 0, 0, 0.3); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); }
.styled-table code { font-family: var(--font-mono); font-size: 12px; color: var(--cyan-glow); background: rgba(0, 242, 254, 0.12); padding: 3px 8px; border-radius: 6px; border: 1px solid rgba(0, 242, 254, 0.25); }
.status-pill { padding: 4px 10px; font-size: 11px; font-weight: 600; border-radius: var(--radius-pill); }
.status-pill.active { color: var(--emerald-glow); background: rgba(0, 255, 135, 0.15); border: 1px solid rgba(0, 255, 135, 0.3); }
.status-pill.pending { color: var(--amber-glow); background: rgba(251, 191, 36, 0.15); border: 1px solid rgba(251, 191, 36, 0.3); }

.faculty-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 26px; }
.faculty-profile-card { padding: 28px; display: flex; flex-direction: column; }
.faculty-head { display: flex; gap: 16px; align-items: center; margin-bottom: 20px; position: relative; z-index: 2; }
.faculty-avatar-wrap { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; background: rgba(255, 255, 255, 0.08); }
.faculty-name { font-size: 19px; font-weight: 700; }
.faculty-role { font-size: 12px; color: var(--text-muted); }
.faculty-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px 0; margin-bottom: 18px; text-align: center; position: relative; z-index: 2; }
.fkpi span { display: block; font-size: 11px; color: var(--text-muted); }
.fkpi strong { font-family: var(--font-heading); font-size: 17px; color: var(--text-primary); }
.faculty-bio { font-size: 13.5px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 22px; flex-grow: 1; position: relative; z-index: 2; }

/* --------------------------------------------------------------------------
   11. Titanium Holographic Digital Talent Passport
   -------------------------------------------------------------------------- */
.passport-display-wrap { display: flex; justify-content: center; }

.liquid-glass-passport {
  width: 100%;
  max-width: 860px;
  background: linear-gradient(135deg, rgba(16, 24, 48, 0.85) 0%, rgba(6, 11, 24, 0.92) 100%);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.7), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.5), 0 35px 80px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 242, 254, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.liquid-glass-passport:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.9), 0 40px 90px rgba(0, 0, 0, 0.8), 0 0 65px rgba(0, 242, 254, 0.5);
}

.passport-top-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding-bottom: 20px; position: relative; z-index: 2; }
.passport-chip-icon { font-size: 36px; width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.08); }
.passport-heading-text { text-align: center; }
.passport-subhead { font-size: 11px; letter-spacing: 0.12em; color: var(--cyan-glow); font-weight: 700; }
.passport-main-title { font-size: 22px; letter-spacing: 0.06em; }
.liquid-glass-qr { background: #fff; padding: 4px; border-radius: 10px; display: flex; }
.passport-body-row { display: flex; gap: 24px; align-items: center; margin-bottom: 28px; position: relative; z-index: 2; }

.liquid-avatar {
  font-size: 50px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-surface);
  border: 2px solid var(--cyan-glow);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.6), 0 0 26px rgba(0, 242, 254, 0.6);
}

.candidate-name { font-size: 30px; font-weight: 800; }
.candidate-major { font-size: 14px; color: var(--text-secondary); margin-bottom: 10px; }
.candidate-badges { display: flex; flex-wrap: wrap; gap: 8px; }

/* Academic Degrees Subgrid */
.passport-degrees-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.passport-degree-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.passport-degree-card:hover {
  transform: translateY(-2px);
  border-color: var(--apple-blue);
  background: rgba(255, 255, 255, 0.07);
}

.degree-subhead { font-family: var(--font-mono); font-size: 11px; color: var(--cyan-glow); }
.degree-title { font-size: 14px; font-weight: 700; color: var(--text-primary); margin: 3px 0 10px; }
.degree-cgpa-row { display: flex; justify-content: space-between; align-items: flex-end; }
.degree-cgpa-val { font-size: 20px; font-weight: 800; color: var(--purple-laser); font-family: var(--font-heading); }

.passport-did-box {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.passport-badges-container { padding: 22px; margin-bottom: 24px; position: relative; z-index: 2; }
.shelf-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 14px; }
.badges-flex-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

@media (max-width: 768px) {
  .badges-flex-row { grid-template-columns: repeat(2, 1fr); }
}

.liquid-badge-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 14px 10px;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
}

.liquid-badge-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.1); border-color: var(--cyan-glow); }
.badge-icon-box { font-size: 24px; margin-bottom: 6px; }
.liquid-badge-card strong { display: block; font-size: 12px; line-height: 1.2; }
.liquid-badge-card small { font-size: 10px; color: var(--text-muted); }

.passport-bottom-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; position: relative; z-index: 2; }
.merkle-hash-box { padding: 8px 14px; }
.merkle-hash-box code { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted); }

/* --------------------------------------------------------------------------
   12. Interactive Terminal Console & Footer
   -------------------------------------------------------------------------- */
.liquid-glass-terminal {
  background: rgba(6, 10, 20, 0.9);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--specular-top), 0 25px 60px rgba(0, 0, 0, 0.7);
}

.terminal-topbar { background: rgba(15, 23, 42, 0.8); padding: 12px 20px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.terminal-dots { display: flex; gap: 6px; }
.terminal-dots .dot { width: 11px; height: 11px; border-radius: 50%; }
.dot.red { background: #ff5f56; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #27c93f; }

.terminal-title { font-family: var(--font-mono); font-size: 12px; color: #94a3b8; margin: 0 auto; }
.terminal-console-body { padding: 24px; font-family: var(--font-mono); font-size: 13px; color: #e2e8f0; min-height: 300px; max-height: 460px; overflow-y: auto; }
.ascii-banner { color: var(--cyan-glow); font-size: 11px; line-height: 1.2; margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.5)); }
.term-highlight { color: var(--emerald-glow); font-weight: 700; }
.terminal-line { margin-bottom: 6px; line-height: 1.45; }
.terminal-line.output { color: #94a3b8; margin-bottom: 14px; }
.term-prompt { color: var(--emerald-glow); margin-right: 8px; }
.term-prompt .user { color: var(--cyan-glow); }
.term-prompt .host { color: #c084fc; }
.term-prompt .path { color: #fb923c; }
.term-input-field { flex-grow: 1; background: transparent; border: none; outline: none; color: #f1f5f9; font-family: var(--font-mono); font-size: 13px; }

.liquid-glass-footer {
  background: rgba(3, 7, 18, 0.92);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-top: 1px solid var(--glass-border);
  padding: 80px 0 35px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 46px; margin-bottom: 44px; }
.footer-desc { font-size: 13.5px; color: var(--text-muted); max-width: 330px; line-height: 1.55; margin-bottom: 20px; }
.system-status-indicator { padding: 6px 14px; font-size: 12px; color: var(--text-muted); }
.status-dot-green { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald-glow); box-shadow: 0 0 10px var(--emerald-glow); }
.footer-heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-primary); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { color: var(--text-secondary); font-size: 13.5px; }
.footer-links a:hover { color: var(--cyan-glow); }
.accreditation-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.acc-pill { padding: 5px 10px; font-size: 11px; color: var(--text-secondary); }

/* --------------------------------------------------------------------------
   13. Modals & Toast Overlays
   -------------------------------------------------------------------------- */
.modal-overlay, .spotlight-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.liquid-glass-modal {
  width: 100%;
  max-width: 580px;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-hover);
  border-radius: var(--radius-xl);
  box-shadow: var(--specular-top), 0 30px 70px rgba(0, 0, 0, 0.8), var(--glass-border-glow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.cert-modal-card { max-width: 820px; }
.modal-header { padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: relative; z-index: 2; }
.modal-close-btn { background: transparent; border: none; font-size: 26px; color: var(--text-muted); cursor: pointer; }
.modal-close-btn:hover { color: var(--text-primary); }
.modal-body { padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 2; }
.apply-summary-badge { padding: 12px 16px; font-size: 13.5px; font-weight: 700; color: var(--cyan-glow); }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--text-secondary); margin-bottom: 6px; }
.form-input { width: 100%; padding: 12px 16px; border-radius: var(--radius-md); }
.modal-footer { padding: 18px 28px; display: flex; justify-content: flex-end; gap: 12px; border-top: 1px solid rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.25); position: relative; z-index: 2; }

.cert-preview-wrapper { padding: 14px; display: flex; justify-content: center; align-items: center; border-radius: var(--radius-lg); }
.cert-canvas { width: 100%; max-width: 740px; height: auto; border-radius: var(--radius-md); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6); }

.spotlight-box { width: 100%; max-width: 640px; }
.spotlight-input-row { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: relative; z-index: 2; }
.spot-icon { color: var(--text-muted); }
#spotlight-input { flex-grow: 1; background: transparent; border: none; outline: none; font-size: 16px; color: var(--text-primary); }
.spotlight-results { max-height: 380px; overflow-y: auto; padding: 10px; position: relative; z-index: 2; }
.spot-item { display: flex; align-items: center; gap: 14px; padding: 11px 16px; border-radius: var(--radius-md); cursor: pointer; transition: all 0.18s ease; }
.spot-item:hover, .spot-item.selected { background: rgba(0, 242, 254, 0.2); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.3); }

.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 3000; display: flex; flex-direction: column; gap: 12px; pointer-events: none; }
.toast {
  pointer-events: auto;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-hover);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: var(--specular-top), 0 20px 50px rgba(0, 0, 0, 0.6), var(--glass-border-glow);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 400px;
  animation: toastSlideIn 0.35s var(--ease-spring);
}

@keyframes toastSlideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* --------------------------------------------------------------------------
   14. Responsive Layouts
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-container { grid-template-columns: 1fr; gap: 42px; }
  .metrics-banner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .assessment-grid-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .tracker-stage-bar { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

@media (max-width: 768px) {
  .desktop-nav { display: none; }
  .btn-header { display: none; }
  .hero-headline { font-size: 36px; }
  .hero-subtitle { font-size: 16px; }
  .metrics-banner { grid-template-columns: 1fr; padding: 24px; }
  .badges-flex-row { grid-template-columns: repeat(2, 1fr); }
  .jobs-cards-grid, .problems-grid-container { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
}

/* --------------------------------------------------------------------------
   15. Role Command Hubs Grid
   -------------------------------------------------------------------------- */
.hubs-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .hubs-grid-container {
    grid-template-columns: 1fr;
  }
}

.hub-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: var(--radius-xl);
  transition: all 0.35s var(--ease-elastic);
  position: relative;
  overflow: hidden;
}

.hub-card:hover {
  transform: translateY(-6px);
  border-color: var(--glass-border-hover);
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), var(--glass-border-glow);
}

.hub-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  margin-bottom: 16px;
  width: fit-content;
}

.hub-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.hub-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}

.hub-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px;
  background: var(--bg-glass-inset);
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  margin-bottom: 24px;
}

.hub-stat-item strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}

.hub-stat-item span {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--text-muted);
}


/* --------------------------------------------------------------------------
   16. Merged Ecosystem Telemetry Ticker & Effects
   -------------------------------------------------------------------------- */
.ticker-bar-container {
  width: 100%;
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.ticker-wrap {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.ticker {
  display: inline-block;
  padding-left: 100%;
  animation: tickerSlide 26s linear infinite;
}

@keyframes tickerSlide {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

.scanline-overlay {
  display: none;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   17. Bento Stats & Persona Workspace Layouts
   -------------------------------------------------------------------------- */
.bento-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .bento-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bento-stats-grid {
    grid-template-columns: 1fr;
  }
}

.bento-stat-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s var(--ease-elastic);
}

.bento-stat-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.6), var(--glass-border-glow);
}

.bento-stat-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.bento-stat-val {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--text-primary);
  line-height: 1.2;
}

.bento-stat-sub {
  font-size: 12px;
  font-family: var(--font-mono);
  color: var(--text-secondary);
  margin-top: 8px;
}

.workspace-persona-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: var(--bg-glass-inset);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  width: fit-content;
  margin-bottom: 24px;
}

.workspace-tab-btn {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.workspace-tab-btn:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
}

.workspace-tab-btn.active {
  color: #ffffff;
  background: linear-gradient(135deg, #0071e3, #a855f7);
  box-shadow: 0 0 20px rgba(0, 113, 227, 0.4);
}

.candidate-item-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.candidate-item-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
}

.candidate-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.candidate-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.candidate-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/* --------------------------------------------------------------------------
   18. 3D Three.js Wormhole Tunnel & Cosmic Background FX
   -------------------------------------------------------------------------- */
#fx-tunnel-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
  transition: opacity 0.6s ease;
  display: block;
}

[data-theme="light"] #fx-tunnel-canvas {
  opacity: 0.42;
}

[data-fx="tunnel"] #fx-tunnel-canvas {
  opacity: 0.95;
}

[data-fx="tunnel"] #fx-constellation-canvas {
  opacity: 0.2;
}

[data-fx="tunnel"] .liquid-bg-canvas {
  opacity: 0.25;
}

/* --------------------------------------------------------------------------
   19. Interactive Code Sandbox & Benchmark Auto-Evaluator
   -------------------------------------------------------------------------- */
.code-sandbox-container {
  display: flex;
  flex-direction: column;
  background: var(--bg-glass-inset);
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  overflow: hidden;
  margin-top: 20px;
}

.sandbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
  gap: 10px;
}

.sandbox-lang-select {
  background: rgba(15, 23, 42, 0.85);
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 13px;
  outline: none;
}

.sandbox-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
}

@media (max-width: 900px) {
  .sandbox-main-grid {
    grid-template-columns: 1fr;
  }
}

.sandbox-code-wrap {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
}

.sandbox-textarea {
  width: 100%;
  height: 240px;
  background: rgba(4, 8, 18, 0.9);
  color: #38bdf8;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.6;
  padding: 16px;
  border: none;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
}

.sandbox-console-panel {
  background: rgba(2, 6, 14, 0.95);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 240px;
}

.sandbox-console-header {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sandbox-test-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-mono);
  font-size: 12px;
}

.test-badge-pass {
  color: var(--emerald-glow);
  background: rgba(0, 255, 135, 0.12);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  font-size: 11px;
}

.test-badge-running {
  color: var(--amber-glow);
  background: rgba(251, 191, 36, 0.12);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  font-size: 11px;
}

/* --------------------------------------------------------------------------
   20. AI Resume Parser & ATS Vector Matcher
   -------------------------------------------------------------------------- */
.resume-drop-zone {
  border: 2px dashed rgba(77, 124, 254, 0.4);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  background: rgba(77, 124, 254, 0.04);
  transition: all 0.3s ease;
  cursor: pointer;
}

.resume-drop-zone:hover, .resume-drop-zone.dragover {
  border-color: var(--cyan-glow);
  background: rgba(0, 242, 254, 0.08);
}

.ats-score-meter {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle, rgba(16, 26, 52, 0.9) 60%, transparent 70%);
  border: 4px solid var(--cyan-glow);
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.3);
}

.keyword-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-family: var(--font-mono);
}

.keyword-badge.matched {
  color: var(--emerald-glow);
  border-color: rgba(0, 255, 135, 0.4);
  background: rgba(0, 255, 135, 0.08);
}

.keyword-badge.gap {
  color: #ff758f;
  border-color: rgba(255, 117, 143, 0.4);
  background: rgba(255, 117, 143, 0.08);
}

/* --------------------------------------------------------------------------
   21. Tripartite Legal MoU & Digital e-Signature Pad
   -------------------------------------------------------------------------- */
.signers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.signer-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.signature-canvas {
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  cursor: crosshair;
  touch-action: none;
}

.seal-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 2px solid var(--emerald-glow);
  color: var(--emerald-glow);
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 255, 135, 0.06);
}

/* --------------------------------------------------------------------------
   22. Institutional Accreditation (ABET/NAAC) Audit Exporter
   -------------------------------------------------------------------------- */
.audit-metric-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.audit-metric-val {
  font-size: 28px;
  font-weight: 800;
  font-family: var(--font-heading);
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compliance-check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--emerald-glow);
  margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
   23. AI Mock Interview Video/Audio Room
   -------------------------------------------------------------------------- */
.interview-video-feed {
  position: relative;
  width: 100%;
  height: 220px;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--glass-border);
}

.audio-visualizer-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
}

.wave-bar {
  width: 4px;
  background: var(--cyan-glow);
  border-radius: 2px;
  animation: wavePulse 1.2s ease-in-out infinite alternate;
}

.wave-bar:nth-child(2) { height: 18px; animation-delay: 0.1s; }
.wave-bar:nth-child(3) { height: 26px; animation-delay: 0.2s; }
.wave-bar:nth-child(4) { height: 14px; animation-delay: 0.3s; }
.wave-bar:nth-child(5) { height: 22px; animation-delay: 0.4s; }

@keyframes wavePulse {
  0% { transform: scaleY(0.3); }
  100% { transform: scaleY(1.4); }
}

.rubric-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 600px) {
  .rubric-score-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   24. Full-Spectrum 3D Physics, Holographic Optics & Spatial Depth Engine
   -------------------------------------------------------------------------- */

/* Universal 3D Spatial Containers */
.laser-border-card,
.liquid-glass-card,
.preview-glass-card,
.hub-card,
.assessment-card,
.stat-card,
.metrics-banner,
.bento-card,
.faculty-card,
.step-card,
.radar-card,
.code-sandbox-container,
.spotlight-box,
.persona-context-card,
.audit-metric-box,
.job-card,
.interview-cam-box,
.passport-degree-card {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
  will-change: transform, box-shadow;
  transition: transform 0.16s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 113, 227, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.laser-border-card:hover,
.liquid-glass-card:hover,
.hub-card:hover,
.preview-glass-card:hover,
.assessment-card:hover,
.faculty-card:hover,
.metrics-banner:hover,
.job-card:hover,
.passport-degree-card:hover {
  box-shadow: 0 32px 75px -15px rgba(0, 0, 0, 0.92), 0 0 40px rgba(43, 240, 255, 0.24), inset 0 1.5px 0 rgba(255, 255, 255, 0.35);
}

/* 3D Multi-Layered Pop-Out Depths for Card Child Elements */
.liquid-icon,
.metric-icon,
.card-icon,
.passport-chip-icon,
.candidate-avatar,
.persona-context-icon,
.faculty-avatar,
.spot-icon,
.card-status-dot,
.trust-avatar {
  transform: translateZ(44px);
  transition: transform 0.22s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.card-h3,
.passport-main-title,
.hero-headline,
.faculty-name,
.candidate-name,
.metric-val,
.p-num,
.quiz-question-title,
.brand-title,
.degree-title {
  transform: translateZ(30px);
  transition: transform 0.22s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.liquid-pill,
.badge-tag,
.glow-pill,
.job-tag,
.pill-badge,
.card-badge-pill,
.pill-tag,
.announcement-badge,
.nav-badge-pill {
  transform: translateZ(36px);
  transition: transform 0.22s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-liquid,
.btn-liquid-glass,
.btn-liquid-outline,
.interactive-magnetic-btn {
  transform-style: preserve-3d;
  transform: translateZ(38px);
  transition: transform 0.22s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.25s ease, background 0.25s ease;
  will-change: transform;
}

.btn:hover,
.btn-primary:hover,
.btn-liquid:hover {
  transform: translateY(-3px) translateZ(48px) scale(1.025);
}

.btn:active,
.btn-primary:active,
.btn-liquid:active {
  transform: translateY(2px) translateZ(12px) scale(0.97);
}

.job-desc,
.hero-subtitle,
.card-desc,
.faculty-bio,
.section-subtext,
.persona-context-text p {
  transform: translateZ(16px);
}

/* 3D Dynamic Holographic Specular Glare Layer */
.holographic-card-glare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    420px circle at var(--card-glare-x, 50%) var(--card-glare-y, 50%),
    rgba(255, 255, 255, 0.22),
    rgba(43, 240, 255, 0.12) 35%,
    transparent 75%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  mix-blend-mode: overlay;
  z-index: 6;
  transform: translateZ(2px);
}

[data-fx="luxury"] .holographic-card-glare {
  background: radial-gradient(
    420px circle at var(--card-glare-x, 50%) var(--card-glare-y, 50%),
    rgba(246, 226, 122, 0.3),
    rgba(212, 175, 55, 0.15) 35%,
    transparent 80%
  );
}

[data-fx="cyber"] .holographic-card-glare {
  background: radial-gradient(
    420px circle at var(--card-glare-x, 50%) var(--card-glare-y, 50%),
    rgba(48, 209, 88, 0.3),
    rgba(0, 255, 102, 0.15) 35%,
    transparent 80%
  );
}

.laser-border-card:hover .holographic-card-glare,
.liquid-glass-card:hover .holographic-card-glare,
.hub-card:hover .holographic-card-glare,
.job-card:hover .holographic-card-glare,
.preview-glass-card:hover .holographic-card-glare {
  opacity: 1;
}

/* 3D Hero Isometric Stage & Floating HUD */
.hero-visual {
  perspective: 1400px;
  transform-style: preserve-3d;
}

.preview-glass-card {
  transform: perspective(1200px) rotateY(-8deg) rotateX(6deg) translateZ(14px);
  transition: transform 0.35s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.35s ease;
}

.preview-glass-card:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg) translateZ(26px) scale3d(1.02, 1.02, 1.02);
}

.floating-3d-hud {
  position: absolute;
  z-index: 10;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(11, 14, 20, 0.88);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(43, 240, 255, 0.35);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(43, 240, 255, 0.35);
  transform: translateZ(60px);
  animation: float3D 6s ease-in-out infinite alternate;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

/* 3D Flip Card System for Talent Passport */
.passport-display-wrap {
  perspective: 2000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.metal-passport-card {
  transition: transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
}

.metal-passport-card.flipped {
  transform: perspective(2000px) rotateY(180deg) !important;
}

.passport-card-front,
.passport-card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

.passport-card-back {
  position: absolute;
  inset: 0;
  padding: 32px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(8, 14, 28, 0.95) 0%, rgba(14, 8, 28, 0.95) 100%);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(43, 240, 255, 0.35);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 30px 60px rgba(0, 0, 0, 0.9);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}

/* 3D Geometric Floating Tokens */
.floating-3d-token {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  animation: rotate3dToken 12s linear infinite;
  transform-style: preserve-3d;
}

/* Interactive Ripple Waves */
.ripple-wave-portal {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%) scale(0);
  border: 1.5px solid var(--cyan-glow);
  background: radial-gradient(circle, rgba(0, 242, 254, 0.25) 0%, transparent 75%);
  animation: portalRippleSpread 0.75s cubic-bezier(0.1, 0.8, 0.3, 1) forwards;
}

[data-fx="luxury"] .ripple-wave-portal {
  border-color: #f6e27a;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.35) 0%, transparent 75%);
}

[data-fx="imperial"] .ripple-wave-portal {
  border-color: #b38728;
  background: radial-gradient(circle, rgba(179, 135, 40, 0.3) 0%, transparent 75%);
}

@keyframes portalRippleSpread {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    width: 360px;
    height: 360px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Keyframes for 3D Floating & Space Motion */
@keyframes float3D {
  0% {
    transform: translateY(0px) rotateX(0deg) rotateY(0deg) translateZ(55px);
  }
  50% {
    transform: translateY(-14px) rotateX(6deg) rotateY(8deg) translateZ(72px);
  }
  100% {
    transform: translateY(0px) rotateX(0deg) rotateY(0deg) translateZ(55px);
  }
}

@keyframes rotate3dToken {
  0% { transform: rotateY(0deg) rotateX(0deg); }
  50% { transform: rotateY(180deg) rotateX(20deg); }
  100% { transform: rotateY(360deg) rotateX(0deg); }
}

[data-fx="luxury"] .btn-primary {
  background: linear-gradient(135deg, #f6e27a 0%, #d4af37 50%, #8a6605 100%);
  color: #11141a;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

[data-fx="luxury"] .btn-primary:hover {
  box-shadow: 0 6px 26px rgba(212, 175, 55, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

[data-fx="luxury"] .brand-title strong {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Ambient Staggered Entrance Reveal */
.stagger-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: staggerFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

/* --------------------------------------------------------------------------
   25. 3D Geospatial Innovation Mesh Globe
   -------------------------------------------------------------------------- */
.globe-main-card {
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.globe-layout-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 960px) {
  .globe-layout-grid {
    grid-template-columns: 1fr;
  }
}

.globe-viewport-wrap {
  position: relative;
  width: 100%;
  height: 460px;
  background: radial-gradient(circle at 50% 50%, rgba(10, 20, 45, 0.6) 0%, rgba(2, 4, 10, 0.95) 70%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  overflow: hidden;
  box-shadow: inset 0 0 50px rgba(0, 113, 227, 0.15);
}

#globe-3d-canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
}

#globe-3d-canvas:active {
  cursor: grabbing;
}

.globe-legend-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: rgba(11, 14, 20, 0.85);
  backdrop-filter: blur(16px);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: var(--text-secondary);
  pointer-events: none;
  z-index: 5;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-dot.cyan { background: var(--cyan-glow); box-shadow: 0 0 8px var(--cyan-glow); }
.legend-dot.purple { background: var(--purple-laser); box-shadow: 0 0 8px var(--purple-laser); }
.legend-dot.orange { background: var(--amber-glow); box-shadow: 0 0 8px var(--amber-glow); }

.globe-tooltip {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 280px;
  background: rgba(11, 14, 20, 0.92);
  backdrop-filter: blur(24px);
  border: 1px solid var(--cyan-glow);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 25px rgba(0, 242, 254, 0.3);
  padding: 14px;
  border-radius: var(--radius-md);
  z-index: 10;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateZ(30px);
}

.globe-tooltip h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--cyan-glow);
  margin-bottom: 4px;
}

.globe-tooltip p {
  font-size: 11.5px;
  color: var(--text-secondary);
  line-height: 1.4;
  margin: 0;
}

.globe-telemetry-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.telemetry-box {
  padding: 18px;
  border-radius: var(--radius-lg);
}

.telemetry-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.telemetry-header h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.telemetry-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.telemetry-metric {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.t-lbl {
  font-size: 9.5px;
  font-family: var(--font-mono);
  color: var(--text-muted);
  margin-bottom: 4px;
}

.t-val {
  font-size: 15px;
  font-weight: 800;
  font-family: var(--font-mono);
}

.active-arcs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
}

.arc-feed-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--cyan-glow);
  font-size: 11.5px;
  font-family: var(--font-mono);
  color: var(--text-secondary);
}

.arc-feed-item strong {
  color: var(--text-primary);
}

/* --------------------------------------------------------------------------
   26. 3D Gamified Skill Constellation Galaxy
   -------------------------------------------------------------------------- */
.skill-galaxy-viewport {
  width: 100%;
  height: 380px;
  position: relative;
  background: radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.8) 0%, rgba(2, 4, 10, 0.98) 80%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  overflow: hidden;
}

#skill-galaxy-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.galaxy-badge-overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid var(--cyan-glow);
  font-size: 11px;
  color: var(--cyan-glow);
  font-family: var(--font-mono);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   27. Real WebRTC Video AI Proctor & Audio Spectrum Visualizer
   -------------------------------------------------------------------------- */
.webrtc-camera-feed-box {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: var(--radius-md);
  background: #000;
  overflow: hidden;
  border: 1px solid var(--glass-border);
}

#interview-video-feed {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1); /* Mirror view */
}

.camera-scan-reticle {
  position: absolute;
  inset: 16px;
  border: 1.5px dashed rgba(43, 240, 255, 0.4);
  border-radius: 10px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}

.reticle-corner {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--cyan-glow);
}

.audio-spectrum-bar-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
}

.audio-freq-bar {
  width: 3px;
  height: 4px;
  background: var(--cyan-glow);
  border-radius: 2px;
  transition: height 0.05s ease;
}

/* --------------------------------------------------------------------------
   28. Floating Glass Quick Action Dock
   -------------------------------------------------------------------------- */
.floating-quick-dock {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateZ(80px);
  z-index: 2000;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(11, 14, 20, 0.82);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 25px rgba(0, 113, 227, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-quick-dock:hover {
  border-color: var(--cyan-glow);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(0, 242, 254, 0.4);
}

.dock-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: transparent;
  border: 1px solid transparent;
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dock-action-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px) scale(1.05);
}

.dock-action-btn.active {
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 242, 254, 0.4);
}

.dock-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

/* --------------------------------------------------------------------------
   29. Skill Assessment, Gap Profiler & Aptitude Test Engine Styles
   -------------------------------------------------------------------------- */
.assessment-mode-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.mode-tab-btn {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mode-tab-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.25);
}

.mode-tab-btn.active {
  background: var(--accent-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 18px rgba(0, 113, 227, 0.4);
}

.gap-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.gap-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--bg-glass-inset);
  border: 1px solid var(--glass-border);
  transition: all 0.25s ease;
}

.gap-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
}

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

.gap-skill-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--text-primary);
}

.gap-tag-strength {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(48, 209, 88, 0.15);
  color: #30d158;
  border: 1px solid rgba(48, 209, 88, 0.3);
}

.gap-tag-deficit {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(255, 159, 10, 0.15);
  color: #ff9f0a;
  border: 1px solid rgba(255, 159, 10, 0.3);
}

.gap-meter-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin: 8px 0;
}

.gap-meter-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.gap-meter-fill.strength {
  background: linear-gradient(90deg, #30d158, #64d2ff);
}

.gap-meter-fill.deficit {
  background: linear-gradient(90deg, #ff9f0a, #ff375f);
}

/* --------------------------------------------------------------------------
   30. Skill Mapping & Industry Learning Programs Styles
   -------------------------------------------------------------------------- */
.career-path-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.career-path-btn {
  padding: 14px;
  border-radius: var(--radius-md);
  background: var(--bg-glass-inset);
  border: 1px solid var(--glass-border);
  color: var(--text-secondary);
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.career-path-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text-primary);
  transform: translateY(-2px);
}

.career-path-btn.active {
  background: rgba(0, 113, 227, 0.15);
  border-color: var(--apple-blue);
  color: var(--text-primary);
  box-shadow: 0 0 20px rgba(0, 113, 227, 0.3);
}

.career-path-btn .path-icon {
  font-size: 22px;
}

.career-path-btn .path-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--text-primary);
}

.career-path-btn .path-meta {
  font-size: 11px;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

.learning-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.program-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.program-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 113, 227, 0.2);
}

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 12px;
}

.program-sponsor-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan-glow);
  font-family: var(--font-mono);
}

.program-badge-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(191, 90, 242, 0.15);
  color: #bf5af2;
  border: 1px solid rgba(191, 90, 242, 0.3);
  font-weight: 600;
  white-space: nowrap;
}

.program-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.program-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 16px;
}

.program-details-strip {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.program-details-strip span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.program-skills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.program-skill-chip {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
}

.program-footer-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  margin-top: auto;
}

/* --------------------------------------------------------------------------
   31. Faculty Development Programs (FDPs) & Industrial Training Styles
   -------------------------------------------------------------------------- */
.fdp-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.fdp-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.fdp-card:hover {
  border-color: rgba(255, 159, 10, 0.5);
  transform: translateY(-3px);
}

.fdp-badge {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(255, 159, 10, 0.15);
  color: var(--amber-glow);
  border: 1px solid rgba(255, 159, 10, 0.3);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   32. Institutional Analytics & Multi-Stakeholder Dashboard Styles
   -------------------------------------------------------------------------- */
.institutional-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.inst-stat-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  transition: all 0.25s ease;
}

.inst-stat-card:hover {
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
}

.dept-bar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.dept-bar-track {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.dept-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--apple-blue), var(--cyan-glow));
}

.document-repo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.doc-file-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--bg-glass-inset);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.2s ease;
}

.doc-file-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--glass-border-hover);
}

.doc-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-icon {
  font-size: 24px;
}

.doc-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
}

.doc-meta {
  font-size: 11px;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

/* --------------------------------------------------------------------------
   33. Compatibility Match Pills & Shortlisting Badges
   -------------------------------------------------------------------------- */
.match-score-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  background: rgba(48, 209, 88, 0.15);
  color: #30d158;
  border: 1px solid rgba(48, 209, 88, 0.35);
}

.skill-match-tag-matched {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(48, 209, 88, 0.12);
  color: #30d158;
  border: 1px solid rgba(48, 209, 88, 0.3);
}

.skill-match-tag-gap {
  font-size: 11px;
  font-family: var(--font-mono);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 159, 10, 0.12);
  color: #ff9f0a;
  border: 1px solid rgba(255, 159, 10, 0.3);
  cursor: pointer;
}

.skill-match-tag-gap:hover {
  background: rgba(255, 159, 10, 0.25);
}

/* --------------------------------------------------------------------------
   34. Collaboration Hub Cards
   -------------------------------------------------------------------------- */
.collab-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.collab-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collab-card:hover {
  border-color: var(--cyan-glow);
  transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   35. AI Neural Co-Pilot & Career Mentor Widget
   -------------------------------------------------------------------------- */
.ai-copilot-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: auto;
}

.ai-copilot-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  background: rgba(11, 14, 20, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 242, 254, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 242, 254, 0.3);
  color: var(--text-primary);
  font-family: var(--font-headline);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-copilot-btn:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: var(--cyan-glow);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6), 0 0 32px rgba(0, 242, 254, 0.5);
}

.ai-copilot-btn:active {
  transform: scale(0.96);
}

.ai-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff87;
  box-shadow: 0 0 10px #00ff87;
  animation: pulse 1.8s infinite;
}

.ai-copilot-window {
  width: 440px;
  max-width: calc(100vw - 28px);
  height: 600px;
  max-height: calc(100vh - 100px);
  border-radius: 22px;
  background: rgba(12, 15, 22, 0.95);
  backdrop-filter: blur(35px) saturate(180%);
  -webkit-backdrop-filter: blur(35px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 50px rgba(0, 113, 227, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 10000;
  pointer-events: auto;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1), height 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s ease, opacity 0.35s ease;
  transform-origin: bottom right;
}

.ai-copilot-window.expanded {
  width: min(820px, 94vw);
  height: min(820px, 88vh);
}

.ai-copilot-window.hidden {
  opacity: 0;
  transform: scale(0.85) translateY(20px);
  pointer-events: none;
  display: none !important;
}

.ai-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 2;
}

.ai-chat-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-chat-header-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-heading);
}

.ai-model-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  background: rgba(0, 242, 254, 0.14);
  color: var(--cyan-glow);
  border: 1px solid rgba(0, 242, 254, 0.35);
  letter-spacing: 0.02em;
}

.ai-header-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ai-control-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-control-btn:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.12);
}

.ai-quick-pills-bar {
  display: flex;
  gap: 6px;
  padding: 8px 12px;
  overflow-x: auto;
  border-bottom: 1px solid var(--glass-border);
  background: rgba(0, 0, 0, 0.25);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 2;
}

.ai-quick-pills-bar::-webkit-scrollbar {
  display: none;
}

.ai-quick-pill {
  flex-shrink: 0;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  touch-action: manipulation;
}

.ai-quick-pill:hover {
  background: rgba(0, 113, 227, 0.25);
  color: #ffffff;
  border-color: var(--cyan-glow);
  box-shadow: 0 0 10px rgba(0, 113, 227, 0.3);
}

.ai-chat-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.ai-msg-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  animation: fadeInHint 0.25s ease forwards;
}

.ai-msg-row.user {
  justify-content: flex-end;
}

.ai-avatar-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--cyan-glow), var(--purple-laser));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.4);
}

.ai-msg-bubble {
  max-width: 88%;
  padding: 12px 16px;
  border-radius: 16px;
  word-break: break-word;
}

.ai-msg-bubble.bot {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-primary);
  border-top-left-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.ai-msg-bubble.user {
  background: linear-gradient(135deg, #0071e3 0%, #5e5ce6 50%, #bf5af2 100%);
  color: #ffffff;
  border-top-right-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 113, 227, 0.35);
}

.ai-msg-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-action-btn {
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ai-action-btn:hover {
  background: rgba(0, 113, 227, 0.25);
  color: #ffffff;
  border-color: var(--cyan-glow);
}

.ai-msg-bubble pre {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 12px;
  border-radius: 10px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-msg-bubble code {
  font-family: var(--font-mono);
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 5px;
  border-radius: 4px;
}

.ai-typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
}

.ai-typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-glow);
  animation: typingBounce 1.4s infinite ease-in-out;
}

.ai-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.ai-typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-5px); opacity: 1; }
}

.ai-chat-input-wrap {
  padding: 12px 14px;
  border-top: 1px solid var(--glass-border);
  background: rgba(8, 10, 16, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  margin: 0;
}

.ai-input-field {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  font-family: var(--font-body);
  transition: all 0.2s ease;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
  cursor: text;
}

.ai-input-field::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.ai-input-field:focus {
  background: rgba(255, 255, 255, 0.11);
  border-color: var(--cyan-glow);
  box-shadow: 0 0 16px rgba(0, 242, 254, 0.35), inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.ai-send-btn, .ai-mic-btn {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  touch-action: manipulation;
}

.ai-send-btn {
  background: linear-gradient(135deg, var(--cyan-glow), #0071e3);
  color: #000;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(0, 242, 254, 0.4);
}

.ai-send-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 242, 254, 0.6);
}

.ai-send-btn:active {
  transform: scale(0.92);
}

.ai-mic-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-secondary);
  font-size: 15px;
}

.ai-mic-btn:hover {
  color: var(--cyan-glow);
  background: rgba(255, 255, 255, 0.16);
  border-color: var(--cyan-glow);
}

.ai-mic-btn.recording {
  background: #ff3b30;
  color: #fff;
  border-color: #ff453a;
  box-shadow: 0 0 16px rgba(255, 59, 48, 0.6);
  animation: pulse 1s infinite;
}

/* Mobile Responsiveness for AI Assistant */
@media (max-width: 768px) {
  .ai-copilot-dock {
    bottom: 84px;
    right: 14px;
  }
  
  .ai-copilot-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .ai-copilot-dock {
    bottom: 78px;
    right: 10px;
  }
  
  .ai-copilot-window {
    position: fixed;
    bottom: 10px;
    left: 8px;
    right: 8px;
    width: calc(100vw - 16px);
    max-width: 100vw;
    height: calc(100dvh - 30px);
    max-height: 84dvh;
    border-radius: 18px;
    transform-origin: bottom center;
  }
  
  .ai-copilot-window.expanded {
    width: calc(100vw - 16px);
    height: calc(100dvh - 20px);
    max-height: 94dvh;
  }
  
  .ai-chat-header {
    padding: 10px 14px;
  }
  
  .ai-quick-pills-bar {
    padding: 6px 10px;
    gap: 5px;
  }
  
  .ai-quick-pill {
    padding: 5px 10px;
    font-size: 11px;
  }
  
  .ai-chat-body {
    padding: 12px;
    gap: 10px;
  }
  
  .ai-msg-bubble {
    max-width: 90%;
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .ai-chat-input-wrap {
    padding: 10px 12px;
    gap: 8px;
  }
  
  .ai-input-field {
    padding: 9px 14px;
    font-size: 14px;
  }
  
  .floating-quick-dock {
    bottom: 12px;
    padding: 4px 8px;
    gap: 4px;
  }
  
  .dock-action-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* ==========================================================================
   Silky Smooth 120 FPS Rendering & GPU Acceleration Engine
   ========================================================================== */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  text-rendering: optimizeLegibility;
}

/* Smooth GPU accelerated containers */
.liquid-glass-header,
.floating-action-dock,
.ai-copilot-dock,
.dock-nav,
.modal-overlay,
.laser-border-card,
.stat-card,
.job-card,
.faculty-card,
.step-card {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Off-screen layout containment for instant 60/120fps scrolling */
.smooth-render-contain {
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}

/* Butter smooth transition easing */
* {
  --silk-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

a, button, input, select {
  transition-timing-function: var(--silk-ease);
}

/* ==========================================================================
   VYNTRA 3D CINEMATIC LOGO INTRO ANIMATION
   ========================================================================== */
:root {
  --intro-bg-1: #1a1a1c;
  --intro-bg-2: #0d0d0e;
  --intro-bg-3: #000000;
  --intro-glow-color: #e8e8ec;
  --intro-glow-soft: rgba(232, 232, 236, 0.45);
  --intro-extrude-1: #6a6a6e;
  --intro-extrude-2: #3a3a3d;
  --intro-extrude-3: #1a1a1c;
  --intro-stagger: 90ms;
}

body[data-intro-theme="crimson"], [data-theme="crimson"] {
  --intro-bg-1: #1a0505; --intro-bg-2: #0a0203; --intro-bg-3: #000000;
  --intro-glow-color: #ff2b3f; --intro-glow-soft: rgba(255, 43, 63, 0.4);
  --intro-extrude-1: #7a0000; --intro-extrude-2: #4a0000; --intro-extrude-3: #200000;
}

body[data-intro-theme="violet"], [data-theme="violet"] {
  --intro-bg-1: #150a2e; --intro-bg-2: #0a0518; --intro-bg-3: #000000;
  --intro-glow-color: #9b5cff; --intro-glow-soft: rgba(155, 92, 255, 0.4);
  --intro-extrude-1: #4b1f8f; --intro-extrude-2: #2e1257; --intro-extrude-3: #150627;
}

body[data-intro-theme="emerald"], [data-theme="emerald"] {
  --intro-bg-1: #06231a; --intro-bg-2: #03130d; --intro-bg-3: #000000;
  --intro-glow-color: #ffd166; --intro-glow-soft: rgba(255, 209, 102, 0.4);
  --intro-extrude-1: #0f5c3f; --intro-extrude-2: #093d29; --intro-extrude-3: #041f15;
}

body[data-intro-theme="ocean"], [data-theme="ocean"] {
  --intro-bg-1: #041826; --intro-bg-2: #020d16; --intro-bg-3: #000000;
  --intro-glow-color: #2fd8ff; --intro-glow-soft: rgba(47, 216, 255, 0.4);
  --intro-extrude-1: #0a5f7a; --intro-extrude-2: #073f52; --intro-extrude-3: #031f29;
}

body[data-intro-theme="platinum"], [data-theme="platinum"] {
  --intro-bg-1: #1a1a1c; --intro-bg-2: #0d0d0e; --intro-bg-3: #000000;
  --intro-glow-color: #e8e8ec; --intro-glow-soft: rgba(232, 232, 236, 0.45);
  --intro-extrude-1: #6a6a6e; --intro-extrude-2: #3a3a3d; --intro-extrude-3: #1a1a1c;
}

body[data-intro-theme="amber"], [data-theme="amber"] {
  --intro-bg-1: #2b1103; --intro-bg-2: #170902; --intro-bg-3: #000000;
  --intro-glow-color: #ff8c3d; --intro-glow-soft: rgba(255, 140, 61, 0.4);
  --intro-extrude-1: #8a3d0f; --intro-extrude-2: #5c280a; --intro-extrude-3: #2e1405;
}

#intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  background: radial-gradient(ellipse at center, var(--intro-bg-1) 0%, var(--intro-bg-2) 55%, var(--intro-bg-3) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  cursor: pointer;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.9s;
  visibility: visible;
  will-change: opacity;
  box-sizing: border-box;
  overflow: hidden;
}

#intro-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ============ INTRO SCENE SELECTOR CONTROLS ============ */
.intro-controls {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 94vw;
  gap: 8px;
  background: rgba(18, 18, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9999px;
  padding: 6px 14px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  user-select: none;
}

.intro-controls .scene-btn {
  font-family: var(--font-body, -apple-system, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: #a1a1a6;
  background: transparent;
  border: 1px solid transparent;
  padding: 6px 14px;
  border-radius: 9999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-controls .scene-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.intro-controls .scene-btn.active {
  color: #0d0d0e;
  background: var(--intro-glow-color, #e8e8ec);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 16px var(--intro-glow-soft, rgba(232, 232, 236, 0.45));
}

.scene {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#intro-overlay[data-scene="combo"] .scene-particles,
#intro-overlay[data-scene="particles"] .scene-particles { display: flex; }
#intro-overlay[data-scene="warp"] .scene-warp { display: flex; }
#intro-overlay[data-scene="aperture"] .scene-aperture { display: flex; }
#intro-overlay[data-scene="3d"] .scene-3d { display: flex; }

/* ============ SCENE 1: PARTICLE FORMATION ============ */
.scene-particles .ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(800px, 90vw);
  height: min(400px, 60vw);
  background: radial-gradient(circle, var(--intro-glow-color) 0%, transparent 70%);
  filter: blur(80px);
  opacity: 0.18;
  pointer-events: none;
}

#particle-canvas {
  position: relative;
  width: min(900px, 92vw);
  height: 240px;
  z-index: 2;
  margin: 0 auto;
}

/* ============ SCENE 2: STARFIELD WARP ============ */
.warp-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.warp-streak {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--intro-glow-color) 80%, transparent);
  transform-origin: left center;
  transform: rotate(var(--angle)) scaleX(0.2);
  opacity: 0;
  animation: warpFly 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes warpFly {
  0%   { opacity: 0; transform: rotate(var(--angle)) translateX(0) scaleX(0.2); }
  10%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; transform: rotate(var(--angle)) translateX(var(--dist)) scaleX(3); }
}

.warp-flash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle, #ffffff 0%, transparent 60%);
  opacity: 0;
  animation: warpFlash 700ms ease-out 900ms forwards;
  pointer-events: none;
}

@keyframes warpFlash {
  0%   { opacity: 0; transform: scale(0.3); }
  40%  { opacity: 0.85; }
  100% { opacity: 0; transform: scale(1.6); }
}

.warp-logo {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: warpLogoIn 700ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms forwards;
}

@keyframes warpLogoIn {
  0%   { opacity: 0; transform: scale(1.4); filter: blur(6px); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

/* ============ SCENE 3: APERTURE REVEAL ============ */
.aperture-mask {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0% at 50% 50%);
  animation: apertureOpen 1.6s cubic-bezier(0.65, 0, 0.35, 1) 0.3s forwards;
}

@keyframes apertureOpen {
  0%   { clip-path: circle(0% at 50% 50%); }
  100% { clip-path: circle(75% at 50% 50%); }
}

.aperture-rays {
  position: absolute;
  width: 140%;
  height: 140%;
  background: conic-gradient(from 0deg,
    transparent 0deg, var(--intro-glow-soft) 8deg, transparent 20deg,
    transparent 160deg, var(--intro-glow-soft) 170deg, transparent 182deg,
    transparent 340deg, var(--intro-glow-soft) 350deg, transparent 360deg);
  opacity: 0.6;
  filter: blur(3px);
  animation: rayRotate 14s linear infinite;
  pointer-events: none;
}

@keyframes rayRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.aperture-logo {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: apertureLogoIn 900ms ease-out 1.1s forwards;
}

@keyframes apertureLogoIn {
  0%   { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}

/* shared logo text styling */
.warp-logo span, .aperture-logo span {
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 11vw, 7.5rem);
  letter-spacing: 0.05em;
  color: var(--intro-glow-color);
  text-shadow:
    0 1px 0 var(--intro-extrude-1),
    0 2px 0 var(--intro-extrude-1),
    0 3px 0 var(--intro-extrude-1),
    0 4px 0 var(--intro-extrude-2),
    0 5px 0 var(--intro-extrude-2),
    0 6px 0 var(--intro-extrude-2),
    0 7px 0 var(--intro-extrude-3),
    0 8px 0 var(--intro-extrude-3),
    0 10px 20px rgba(0, 0, 0, 0.75),
    0 20px 45px rgba(0, 0, 0, 0.9),
    0 0 30px var(--intro-glow-color),
    0 0 65px var(--intro-glow-soft);
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(700px, 90vw);
  height: min(700px, 90vw);
  transform: translate(-50%, -50%) scale(0.6);
  border-radius: 50%;
  background: radial-gradient(circle, var(--intro-glow-color) 0%, transparent 70%);
  filter: blur(90px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  animation: glowBloom 3.2s ease-in-out 0.3s both;
}

@keyframes glowBloom {
  0%   { opacity: 0;    transform: translate(-50%, -50%) scale(0.6); }
  40%  { opacity: 0.35; transform: translate(-50%, -50%) scale(1); }
  60%  { opacity: 0.55; transform: translate(-50%, -50%) scale(1.08); }
  100% { opacity: 0.22; transform: translate(-50%, -50%) scale(1); }
}

.grain-overlay {
  position: absolute;
  inset: -10%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  animation: grainShift 0.5s steps(4) infinite;
}

@keyframes grainShift {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-2%, 2%); }
  50%      { transform: translate(2%, -2%); }
  75%      { transform: translate(-1%, 1%); }
}

/* ============ 3D LOGO ============ */
.logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  transform-style: preserve-3d;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  text-align: center;
  transition: transform 0.15s ease-out;
  animation:
    wrapZoom 1.4s ease-out 1.1s both,
    wordPulse 1.6s ease-in-out 1.1s 1;
}

.logo-wrap .letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 10vw, 7.5rem);
  letter-spacing: 0.04em;
  color: var(--intro-glow-color);
  opacity: 0;
  transform-style: preserve-3d;
  animation: letterConverge3D 950ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: calc(var(--i) * var(--intro-stagger, 90ms));
  text-shadow:
    0 1px 0 var(--intro-extrude-1),
    0 2px 0 var(--intro-extrude-1),
    0 3px 0 var(--intro-extrude-1),
    0 4px 0 var(--intro-extrude-2),
    0 5px 0 var(--intro-extrude-2),
    0 6px 0 var(--intro-extrude-2),
    0 7px 0 var(--intro-extrude-3),
    0 8px 0 var(--intro-extrude-3),
    0 10px 20px rgba(0, 0, 0, 0.75),
    0 20px 45px rgba(0, 0, 0, 0.9),
    0 0 30px var(--intro-glow-color),
    0 0 65px var(--intro-glow-soft);
  user-select: none;
  will-change: transform, opacity, filter;
}

@keyframes letterConverge3D {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateY(calc(80deg * var(--dir, 1))) rotateX(15deg) translateZ(-320px) scale(0.65);
    filter: blur(12px) brightness(0.25);
  }
  50% {
    opacity: 0.95;
    transform: perspective(1200px) rotateY(calc(12deg * var(--dir, 1))) rotateX(-4deg) translateZ(35px) scale(1.06);
    filter: blur(0.5px) brightness(1.3);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg) translateZ(0) scale(1);
    filter: blur(0) brightness(1);
  }
}

/* shine sweep across the finished wordmark */
.logo-wrap::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 40%;
  height: 140%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  transform: skewX(-20deg) translateX(-200%);
  mix-blend-mode: overlay;
  opacity: 0;
  animation: shineSweep 900ms ease-in 1.9s 1;
  pointer-events: none;
}

@keyframes wordPulse {
  0%, 100% {
    text-shadow:
      0 1px 0 var(--intro-extrude-1),
      0 2px 0 var(--intro-extrude-1),
      0 3px 0 var(--intro-extrude-1),
      0 4px 0 var(--intro-extrude-2),
      0 5px 0 var(--intro-extrude-2),
      0 6px 0 var(--intro-extrude-2),
      0 7px 0 var(--intro-extrude-3),
      0 8px 0 var(--intro-extrude-3),
      0 10px 20px rgba(0, 0, 0, 0.75),
      0 20px 45px rgba(0, 0, 0, 0.9),
      0 0 30px var(--intro-glow-color),
      0 0 60px var(--intro-glow-soft);
  }
  50% {
    text-shadow:
      0 1px 0 var(--intro-extrude-1),
      0 2px 0 var(--intro-extrude-1),
      0 3px 0 var(--intro-extrude-1),
      0 5px 0 var(--intro-extrude-2),
      0 6px 0 var(--intro-extrude-2),
      0 7px 0 var(--intro-extrude-2),
      0 9px 0 var(--intro-extrude-3),
      0 11px 0 var(--intro-extrude-3),
      0 14px 25px rgba(0, 0, 0, 0.85),
      0 25px 60px rgba(0, 0, 0, 0.95),
      0 0 50px var(--intro-glow-color),
      0 0 100px var(--intro-glow-color),
      0 0 180px var(--intro-glow-soft);
  }
}

@keyframes wrapZoom {
  0%   { transform: scale(1); }
  45%  { transform: scale(1.06); }
  100% { transform: scale(1); }
}

@keyframes shineSweep {
  0%   { opacity: 0; transform: skewX(-20deg) translateX(-200%); }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { opacity: 0; transform: skewX(-20deg) translateX(300%); }
}

.skip-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #666;
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  opacity: 0;
  animation: fadeInHint 0.6s ease 2.6s forwards;
  user-select: none;
  pointer-events: none;
}

@keyframes fadeInHint {
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  #intro-overlay {
    display: none !important;
  }
}








