/* CSS STYLING FOR GITHUB PAGES */

:root {
        --text: rgba(223,223,242);
        --BosonBlue: #170032; /* FOR BACKGROUNDS  */
        --BosonShadow: #0e001d;
        --BosonShadow2: #0e001dc8;
        --ProtonPurple: #37025a; /* FOR BACKGROUNDS */
        --ProtonShadow: rgba(24, 1, 40, 0.2);
        --ProtonShadow2: rgba(24, 1, 40, 0.758);
        --VortexViolet: #830cde; /* FOR SHADOWS OR DEPTH  RGB 131,12,222 */
        --VortexGlow1: rgba(131, 12, 222, 0.2);
        --VortexGlow2: rgba(131,12,222, 0.5);
        --VortexGlow3: rgba(131,12,222, 0.8);
        --PlasmaPurple: #A55AFF; /* MAIN PURPLE  RGB 165,90,255*/
        --plasmaGlow1: rgba(165,90,255,0.2);
        --PlasmaGlow2:rgba(165,90,255,0.5);
        --PlasmaGlow3: rgba(165,90,255,0.8);
        --NuclearFuscia:#dc4ce8; /* FOR COLOR POPS  RGB 220,76,232*/
        --NuclearGlow1: rgba(219, 76, 232, 0.2);
        --NuclearGlow2: rgba(220,76,232, 0.5);
        --NuclearGlow3: rgba(220,76,232, 0.6);
        --ParticlePink: #FFC7FF; /* USE FOR HEADERS  RGB 255,199,255*/
        --ParticleGlow1: rgba(255,199,255, 0.2);
        --ParticleGlow2: rgba(255,199,255, 0.5);
        --ParticleGlow3: rgba(255,199,255, 0.8);
        --RadiationRed: #730132; /* USE FOR X BUTTONS OR ALERT/DANGER MESSAGES RGB 115,1,50 */
        /* GREEN / AQUA FAMILY */
        --AlphaAqua: #67FEBD; /* MAIN GREEN/AQUA FAMILY COLOR  RGB 103,254,189*/
        --AlphaGlow1: rgba(103,254,189, 0.2);
        --AlphaGlow2: rgba(103,254,189, 0.5);
        --AlphaGlow3: rgba(103,254,189, 0.8);
        --AquaAura: #00ffff;
        --AuraGlow1: rgba(0,255,255, 0.2);
        --AuraGlow2: rgba(0,255,255, 0.5);
        --AuraGlow3: rgba(0,255,255, 0.8);
        --AtomicAqua: #9EFF9E; /* USE FOR AQUA GLOWS RGB 158,255,158 */
        --RadioactiveGreen: #58e84c; /* FOR SHADOWS OR DEPTH  RGB 88,232,76 */
        --HalfLifeLime: #f3ffe5; /* USE FOR TEXT   */
        --UraniumGreen: #75FB1E; /* FOR  COLOR POPS  RGB 117,251,30*/
        /* NEUTRAL / GREY FAMILY*/
        --White: #FFFFFF; 
        --Black: #000000;
        --DarkDarkGray: #2A3439;
        --DarkCooGray: #657383;
        --Gray: #8391A1;
        --CoolGray: #9090C0;
        --MutedGray: #C4C3D0;
        --LightGray: #DBE2E9;
      }

/* ============================================= ANIMATIONS  ============================================= */
      @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
      @keyframes zoomIn { from { transform: scale(0.3); opacity: 0; } to { transform: scale(1); opacity: 1; } }
      @keyframes slideUp { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
      @keyframes flipIn { from { transform: perspective(1000px) rotateY(90deg); opacity: 0; } to { transform: perspective(1000px) rotateY(0); opacity: 1; } }
      @keyframes portalOpen { from { transform: scale(0) rotate(360deg); opacity: 0; filter: hue-rotate(0deg); } to { transform: scale(1) rotate(0); opacity: 1; filter: hue-rotate(360deg); } }
      @keyframes glowSweep { 0% { left: -100%; } 100% { left: 100%; } }
      @keyframes hologramPulse { 0%,100% { transform: translate(20%,20%) rotate(0deg); } 50% { transform: translate(30%,30%) rotate(5deg); } }
      @keyframes glitch {
        0%, 100% { 
          text-shadow: 0.05em 0 0 #F0BFFF, -0.05em -0.025em 0 #730132;
          /*text-shadow: 0.05em 0 0 #00ff9d, -0.05em -0.025em 0 #ff00aa;*/ 
        }
        15% { 
          text-shadow: 0.05em 0 0 #F0BFFF, -0.05em 0 0 #730132; 
          /*text-shadow: 0.05em 0 0 #00ff9d, -0.05em 0 0 #ff00aa; */
        }
        50% { 
          text-shadow: -0.05em 0 0 #F0BFFF, 0.025em 0 0 #730132; 
          /*text-shadow: -0.05em 0 0 #00ff9d, 0.025em 0 0 #ff00aa; */
        }
        99% { 
          text-shadow: 0.05em 0 0 #F0BFFF, -0.05em -0.025em 0 #730132; 
        }
      }
      @keyframes scan {
        0%   { transform: translateY(-100vh); }
        100% { transform: translateY(100vh); }
      }  
      @keyframes kawaiiWiggle {
        0%, 100% { transform: scale(1.25) rotate(90deg); }
        25% { transform: scale(1.25) rotate(75deg); }
        75% { transform: scale(1.25) rotate(105deg); }
      }  
      @keyframes shimmer {
        0% { transform: translateY(-100%); }
        100% { transform: translateY(100%); }
    }

      @media (max-width: 768px) {
      h1 { font-size: 3rem; }}

      @keyframes neonPulse {
      from { filter: brightness(1); }
      to { filter: brightness(1.3); }
    }

      @keyframes cyberFloat {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      33% { transform: translate(30px, -30px) rotate(120deg); }
      66% { transform: translate(-20px, 20px) rotate(240deg); }
    }

    @keyframes rotate {
      100% { transform: rotate(360deg); }
    }

    @keyframes glitch {
        0%, 100% { text-shadow: 0.05em 0 0 var(--ParticlePink), -0.05em -0.025em 0 var(--RadiationRed); }
        15% { text-shadow: 0.03em 0.03em 0 var(--PlasmaPurple), -0.04em 0 0 var(--ParticlePink); }
        50% { text-shadow: -0.05em 0 0 var(--ParticlePink), 0.025em 0.03em 0 var(--VortexViolet); }
        }

    @keyframes neonPulse {
        from { 
            text-shadow: 
            0 0 10px var(--ParticleGlow2),
            0 0 20px var(--ParticleGlow3),
            0 0 30px var(--ParticleGlow3);
        }
        to { 
            text-shadow: 
            0 0 20px var(--ParticleGlow3),
            0 0 30px var(--NuclearFuscia),
            0 0 40px var(--NuclearFuscia);
        }
        }
/* ============================================= PAGE  ============================================= */
* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { 
  height: 100%; 
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url('../images/BG.png') center/cover fixed;
  color: var(--text);
}


/* ============================================= TYPOGRAPHY  ============================================= */
h1 {
  font-size: 2rem;
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;;
  text-align: center;
  margin-bottom: 0.1rem;
  background: linear-gradient(45deg, var(--ParticlePink), var(--NuclearFuscia), var(--AlphaAqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight:bold;
}

h2 {
  font-size: 6rem;
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;;
  text-align: center;
  margin-bottom: 0.2rem;
  background: linear-gradient(45deg, var(--ParticlePink), var(--NuclearFuscia), var(--AlphaAqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight:bold;
  animation: glitch 4s infinite;
}

h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.3rem;
  color: #ffffff;
  text-shadow: 0 0 15px var(--ParticleGlow2);
  font-weight: bold;
}

.subtitle {
      font-size: 1.2rem;
      letter-spacing: 2px;
      color: var(--ParticlePink);
      text-shadow: 0 0 10px var(--ParticleGlow2);
    }
/* ============================================= SCANLINE ============================================= */
.scanline {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(to bottom, transparent, var(--VortexViolet), transparent);
  opacity: 0.3;
  animation: scan 8s linear infinite;
  pointer-events: none;
  z-index: 100;
}
/* ============================================= RANDOM ============================================= */
.links {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;
        margin-top: 3rem;
      }

.NeonNote {
        background: var(--NuclearGlow3);
        border: 3px solid var(--NuclearGlow1);
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 30px, 30px;
        font-weight: bold;
        text-align: center;
        padding-top: 25;
        padding-bottom: 25;
        border-radius: 15px;
        margin-bottom: 20ps;
        margin-top: 20ps;
        box-shadow:
                0 0 40px var(--VortexGlow3),
                0 0 80px var(--VortexGlow2),
                inset 0 0 30px var(--VortexGlow1)
    }
.info-text {
  color: var(--MutedGray);
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 1rem;
  background: var(--PlasmaGlow2);
  border-radius: 8px;
  border-left: 5px solid var(--VortexViolet);
  margin-bottom: 20px;
}

select#Dropdown {
      width: 100%;
      padding: 0.8rem;
      margin: 1.5rem 0;
      border: 2px solid var(--NuclearFuscia);
      border-radius: 12px;
      background: var(--ProtonPurple);
      color: var(--NuclearFuscia2);
      font-size: 1rem;
      font-weight: bold;
      backdrop-filter: blur(10px);
      cursor: pointer;
      transition: all 0.3s;
    }

.coming-soon {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: var(--RadiationRed);
      color: white;
      padding: 0.3rem 0.8rem;
      border-radius: 12px;
      font-size: 0.75rem;
      font-weight: bold;
      box-shadow: 0 0 12px var(--NuclearGlow2);
      z-index: 2;
    }

.cat-gif {
      width: 250px;
      height: 150px;
      margin-bottom: 2rem auto;
      
    }

    .tv-gif {
      width: 300px;
      height: 300px;
      margin-bottom: 3rem auto;
      margin-top: 3rem auto;
      
    }
/* ============================================= BUTTONS ============================================= */
/* BASIC BUTTON */
.cyber-btn {
  width: 100%;
  padding: 0.1rem;
  border-radius: 20px;
  font-family: inherit;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--ProtonShadow2);
  border: 3px solid var(--NuclearGlow2);
  color: white;
  box-shadow: 0 0 20px var(--NuclearGlow1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.cyber-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px var(--NuclearGlow3);
  border: 3px solid var(--NuclearFuscia);
}

.cyber-btn2 {
  width: 100%;
  padding: 0.4rem;
  border-radius: 30px;
  font-family: inherit;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--BosonShadow2);
  border: 3px solid var(--NuclearGlow2);
  color: white;
  box-shadow: 0 0 20px var(--NuclearGlow1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.cyber-btn2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px var(--NuclearGlow3);
  border: 3px solid var(--NuclearFuscia);
}
/* BUTTON WITH SWEEPING SHIMMER */
.btn-quantum-pulse {
  background: transparent;
  border: 3px solid var(--NuclearGlow2);
  color: var(--text);
  padding: 0.5rem 1rem;
  margin: 0.2rem;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}

.btn-quantum-pulse::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--VortexGlow1), transparent);
  transition: 0.7s;
}

.btn-quantum-pulse:hover::before { left: 100%; }
.btn-quantum-pulse:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--VortexGlow1);
  border-color: var(--NuclearFuscia);
}
   
.btn-spinX { /* KAWAII-CYBER X BUTTON */
          position: absolute;
          top: 12px;
          right: 12px;
          width: 40px;
          height: 40px;
          background: transparent;
          backdrop-filter: blur(10px);
          border: 3px solid rgb(115,1,50 );
          border-radius: 50%;
          color: #730132;
          font-size: 30px;
          font-weight: bold;
          font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
          cursor: pointer;
          transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 10;
          box-shadow: 
              0 0 20px rgba(115,1,50 , 0.5),
              inset 0 0 15px rgba(255,199,255, 0.121);
      }

.btn-spinX:hover {
          background: rgba(115,1,50 );
          color: #000000;
          border: 2px solid #000000;
          transform: scale(1.0) rotate(360deg);
          box-shadow: 
              0 0 40px #8e1a5aa9,
              0 0 60px rgba(255,199,255, 0.8);
      }

/* ============================================= TABLE  ============================================= */
    .glow-table { 
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 14px;           
        margin: 30px 0;
        font-size: 0.95rem;
    }

    .glow-table thead th {
        background: linear-gradient(90deg, var(--VortexGlow2), var(--PlasmaGlow2));
        color: #E6D9FF;
        padding: 20px 18px;
        text-align: left;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-size: 0.88rem;
        border-bottom: 3px solid var(--NuclearFuscia);
        position: relative;
        overflow: hidden;
    }

    .glow-table th::before { /* GLOWING SWEEP ANIMATION */
        content: '';
        position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        animation: glowSweep 5s infinite linear;
    }

    .glow-table td {
        padding: 20px 18px;
        background: var(--ProtonShadow);
        backdrop-filter: blur(12px);
        border: 1px solid var(--VortexViolet);
        transition: all 0.4s ease;
        color: #e6d9ff;
    }

    .glow-table tr:hover td { /* HOVER-LIFT */
        background: var(--VortexGlow2);
        border-color: var(--ParticlePink);
        box-shadow: 0 8px 30px var(--VortexGlow1);
        transform: translateY(-6px);
    }

    .glow-table td:first-child { /* SPECIAL COLUMN STYLING */
        color: #D8BFFF;
        font-weight: 700;
        font-size: 1.15em;
        background: var(--VortexGlow2) !important;
        border-left: 4px solid var(--ParticlePink);
    }

    .glow-table td:nth-child(2) {
        font-family: 'Fira Code', 'Courier New', monospace;
        color: #A7F3FF;
        letter-spacing: 0.8px;
        font-size: 1.3em;
    }

    /* ROUND CORNERS  */
    .glow-table tr:first-child td:first-child { border-top-left-radius: 16px; }
    .glow-table tr:first-child td:last-child { border-top-right-radius: 16px; }
    .glow-table tr:last-child td:first-child { border-bottom-left-radius: 16px; }
    .glow-table tr:last-child td:last-child { border-bottom-right-radius: 16px; }

    /* STACK FOR MOBILE */
    @media (max-width: 700px) {
        .glow-table,
        .glow-table tbody,
        .glow-table tr,
        .glow-table td {
            display: block;
            width: 100%;
        }
        .glow-table tr {
            margin-bottom: 24px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0,0,0,0.6);
        }
        .glow-table td {
            padding: 16px 18px 16px 50%;
            position: relative;
            border: none;
            border-bottom: 1px solid var(--VortexGlow2);
        }
        .glow-table td::before {
            content: attr(data-label);
            position: absolute;
            left: 18px;
            width: 45%;
            font-weight: bold;
            color: var(--PlasmaPurple);
            text-align: left;
        }
        .glow-table td:last-child { border-bottom: none; }
    }

    /* ============================================= BASIC CARDS ============================================= */
    a.card {
        display: block;
        padding: 1.8rem 2.5rem;
        background: var(--VortexGlow1);
        border: 2px solid var(--NuclearFuscia);
        border-radius: 8px;
        text-decoration: none;
        color: var(--HalfLifeLime);
        transition: all 0.4s ease;
        min-width: 260px;
        position: relative;
        overflow: hidden;
      }

      a.card::before {
        content: '';
        position: absolute;
        top: 0; left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, var(--VortexGlow2), transparent);
        transition: 0.7s;
      }

      a.card:hover::before {
        left: 100%;
      }

      a.card:hover {
        transform: translateY(-12px);
        box-shadow: var(--VortexGlow3), 0 20px 40px var(--VortexGlow2);
        border-color: var(--ParticlePink);
      }

      .card h3 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        color: var(--NuclearFuscia);
      }

      .card p {
        opacity: 0.8;
        font-size: 1rem;
      }

/* =============================================  PROJECT CARDS ============================================= */
.subtitle-card {
      background: rgba(23, 0, 50, 0.6);
      backdrop-filter: blur(15px);
      border: 1px solid var(--VortexViolet);
      border-radius: 16px;
      padding: 2rem;
      max-width: 600px;
      margin: 0 auto 2rem;
      box-shadow: 0 8px 32px var(--VortexGlow2), inset 0 1px 0 var(--PlasmaGlow2);
    }

    /* PROJECT GRID */
.project-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
    }

.project-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

    .project-card {
      background: rgba(23, 0, 50, 0.6);
      backdrop-filter: blur(15px);
      border: 1px solid var(--VortexViolet);
      border-radius: 16px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      box-shadow: 0 8px 32px var(--VortexGlow1), inset 0 1px 0 var(--PlasmaGlow2);
      text-decoration: none;
      display: block;
      text-align: center;
      max-width: 100%;
      margin-bottom: 20px;
    }

    .project-card::before {
      content: '';
      position: absolute;
      top: -50%; left: -50%;
      width: 200%; height: 200%;
      background: conic-gradient(transparent, var(--NuclearGlow2), transparent 30%);
      animation: rotate 4s linear infinite;
      opacity: 0.1;
      z-index: 0;
    }

    .project-card:hover {
      transform: translateY(-12px) scale(1.02);
      box-shadow: 0 20px 40px var(--PlasmaGlow2), 0 0 60px var(--NuclearGlow3);
      border-color: var(--NuclearFuscia);
    }

    .project-card h3 {
      text-shadow: 0 0 15px var(--ParticleGlow2);
      position: relative;
      z-index: 1;
      text-align: center;
      margin-bottom: 1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--AlphaAqua);
      font-size: 4rem;

    }

    .project-card p {
      color: var(--MutedGray);
      font-size: 1.1rem;
      line-height: 1.5;
      position: relative;
      z-index: 1;
    }

    .project-card strong {
      color: var(--ParticlePink);
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1.5;
      position: relative;
      z-index: 1;
    }

/* =============================================  HOLOGRAPHIC CARDS ============================================= */
.holo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 28px;
        margin: 25px 0;
    }

    .holo-card {
        background: linear-gradient(135deg, 
            var(--ProtonShadow), 
            var(--BosonShadow));
        border: 1px solid var(--VortexGlow3);
        border-radius: 18px;
        padding: 28px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.4),
            inset 0 0 20px var(VortexGlow2);
    }

    .holo-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, 
            var(--AuraGlow1) 0%, 
            transparent 70%);
        opacity: 0;
        transition: opacity 0.6s;
        pointer-events: none;
    }

    .holo-card:hover {
        transform: translateY(-8px);
        border-color: var(--AquaAura);
        box-shadow: 
            0 20px 50px var(--AuraGlow3)
            0 0 40px var(--PlasmaGlow2)
    }

    .holo-card:hover::before {
        opacity: 1;
        animation: hologramPulse 3s infinite;
    }

    .holo-card h4 {
        color: #FFFFFF;
        margin: 0 0 20px 0;
        font-size: 1.4rem;
        font-weight: 700;
        /*text-shadow: 0 0 5px var(--AquaAura));*/
        border-bottom: 2px solid var(--PlasmaGlow2);
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .holo-card h3 {
        color: #FFFFFF;
        margin: 0 0 20px 0;
        font-size: 1rem;
        font-weight: 700;
        /*text-shadow: 0 0 5px var(--AquaAura));*/
        border-bottom: 2px solid var(--ParticleGlow2);
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .holo-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .holo-card li {
        color: #DFDFF2;
        padding: 10px 0;
        padding-left: 28px;
        position: relative;
        font-size: 1.02rem;
        line-height: 1.7;
        border-bottom: 1px dashed var(--AlphaGlow2);
    }

    .holo-card li:last-child {
        border-bottom: none;
    }

    .holo-card li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: var(--ParticlePink);
        font-weight: bold;
        font-size: 1.3em;
    }

/* ============================================= CYBER CARDS  ============================================= */
.cyber-card {
  background: var(--VortexGlow3);
  backdrop-filter: blur(15px);
  border: 0px solid var(--VortexViolet);
  border-radius: 30px;
  padding: 1rem;
  box-shadow: 0 8px 32px var(--VortexGlow1);
  transition: all 0.3s ease;
  color: #FFFFFF;
  margin: 0.2rem;
}

.cyber-card:hover {
  transform: translateY(0px);
  box-shadow: 0 5px 20px var(--NuclearGlow1);
}

/* ============================================= GRID TILES — GLASS ORBS  ============================================= */
    .glass-tiles {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(1fr));
        gap: 24px;
        margin: 20px 0;
        padding: 10px;
        max-width: 200px;
    }

    .glass-tile {
        background: var(--VortexGlow1);
        backdrop-filter: blur(12px);
        border-radius: 20px;
        padding: 28px 24px;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        max-width: 50%;
    }

    .glass-tile::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(135deg, 
            var(--AuraGlow2))  0%, 
            rgba(216, 145, 239, 0.2) 50%, 
            transparent 100%;
        opacity: 0;
        transition: opacity 0.5s;
        pointer-events: none;
    }

    .glass-tile:hover {
        transform: translateY(-12px) scale(1.03);
        border-color: var(--VortexViolet);
        background: var(--VortexGlow2);
        box-shadow: 
            0 20px 40px var(--VortexGlow2),
            0 0 40px var(--AuraGlow2);
    }

    .glass-tile:hover::before {
        opacity: 1;
    }

    .glass-tile h4 {
        color: var(--ParticlePink);
        margin: 0 0 16px 0;
        font-size: 2rem;
        font-family: 'Orbitron', 'Courier New', monospace;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(3, 3, 3, 0.5);
        display: flex;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .glass-tile h3 {
        color: #FFFFFF;
        margin: 0 0 20px 0;
        font-size: 1rem;
        font-weight: 700;
        border-bottom: 2px solid var(--ParticleGlow1);
        font-family: 'Orbitron', 'Courier New', monospace;
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .glass-tile p {
        color: #FFFFFF;
        line-height: 1.8;
        margin: 0;
        font-size: 1rem;
    }

/* ============================================= NEON BOXES ============================================= */
    .neon-box-glow {
        position: relative;
    }

    .neon-box, .neon-#ffffffarea {
        width: 100%;
        background: #0000006d;
        border: 2px solid transparent;
        border-radius: 12px;
        padding: 16px 20px;
        font-size: 1rem;
        color: white;
        border-image: linear-gradient(45deg, var(--AquaAura),var(--NuclearFuscia)) 1;
        transition: all 0.4s;
    }

    .neon-box:focus, .neon-#ffffffarea:focus {
        outline: none;
        box-shadow: 0 0 20px rgba(205,198,255, 0.6);
        border-image: linear-gradient(45deg, var(--NuclearFuscia), var(--AquaAura)) 1;
    }

    .neon-card {
        position: relative;
        background: rgba(74, 2, 113, 0.537);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px;
        overflow: hidden;
        color: #ffffff;
        border-image: linear-gradient(45deg, var(--AquaAura)), var(--NuclearFuscia) 1;
        
    }

    .card-glow {
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg, transparent, var(--ProtonShadow), transparent);
        transform: translateY(-100%);
        animation: shimmer 6s infinite;
    }

/* ============================================= MODAL STYLING ============================================= */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-content {
  background: rgba(23, 0, 50, 0.95);
  backdrop-filter: blur(25px);
  border: 2px solid var(--PlasmaPurple);
  border-radius: 20px;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto; /* 🔥 SCROLLBAR ON MODAL! 🔥 */
  box-shadow: 0 0 60px var(--PlasmaGlow3);
}

.modal-content::-webkit-scrollbar { 
  width: 12px; 
}

.modal-content::-webkit-scrollbar-track {
  background: rgba(0, 255, 255, 0.1);
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: linear-gradient(rgba(133, 80, 255, 0.35), rgba(132, 80, 255, 0.35));
  border-radius: 10px;
  border: 2px solid #1a0033;
  box-shadow: 0 0 15px rgba(132, 80, 255, 0.35);
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(11, 9, 11, 0.5);
}

.modal-content { 
  scrollbar-color: rgba(133, 80, 255, 0.927) #2d0256; 
  scrollbar-width: thin; 
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

modal-header h1 {
      text-align: center;
      margin-bottom: 1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--ParticlePink);
      font-size: 1.5rem;
}

.modal-title {
  font-size: 2.0rem;
  color: var(--ParticlePink);
  text-shadow: 0 0 20px var(--ParticleGlow2);
  font-weight: bold;
  text-transform: uppercase;
}

.modal-close {
  background: transparent;
  border: 2px solid var(--RadiationRed);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--RadiationRed);
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
      0 0 30px var(--NuclearFuscia),
      inset 0 0 7px var(--NuclearGlow2);
}

.modal-close:hover {
  background: var(--RadiationRed);
  color: black;
  transform: rotate(360deg);
  box-shadow: 
          0 0 40px #8e1a5aa9,
          0 0 60px rgba(255,199,255, 0.8);
}

.modal-body {
  color: var(--MutedGray);
  line-height: 1.7;
  font-size: 1.1rem;
}

.modal-body ul {
  list-style: none;
  padding: 0;
}

.modal-body li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.modal-body li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--AlphaAqua);
}

/* ========= HOLOGRAPHIC MODAL  ========= */
  .HoloModal {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.795);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease-out forwards;
}

.HoloModalStuff {
      background: linear-gradient(135deg, rgba(41,0,92 , 0.7), rgba(55,2,90, 0.7));
      border: 2px solid #00ffff;
      border-radius: 20px;
      max-width: 920px;
      width: 90%;
      max-height: 92vh;
      overflow: hidden;
      box-shadow:
          0 0 30px rgba(103,254,189, 0.6),
          0 0 60px rgba(103,254,189, 0.4),
          inset 0 0 20px rgba(103,254,189, 0.1);
      animation: zoomIn 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
      position: relative;
  }

.HoloModalHead { /* HEADER & TITLE */
      padding: 20px 10px 5px;
      background: linear-gradient(135deg, rgba(55, 2, 90, 0.196), rgba(41, 0, 92, 0.123));
      position: relative;
      text-transform: uppercase;
      font-size: 3rem;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      border-bottom: 2px solid rgba(55, 2, 90, 0.212);
  }
.HoloModalBox {
    margin: 10px 0;
    padding: 5px;
    color: #ffffff;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.01);
    line-height: 2rem;

}

.HoloModalBod { /* BODY */
      padding: 20px 30px;
      color: #e0e0ff;
      line-height: 1;
      overflow-y: auto;
      max-height: 60vh;
      background: linear-gradient(135deg, rgba(41, 0, 92, 0.039), rgba(55, 2, 90, 0.098));
      font-family: Arial, Helvetica, sans-serif;
  }

.HoloModalFoot { /* FOOTER */
      padding: 50px, 20px;
      text-align: center;
      background: linear-gradient(135deg, rgba(41, 0, 92, 0.071), rgba(55, 2, 90, 0.089));
      border-radius: 0 0 30px 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      min-height: 90px;
      border-top: 2px solid rgba(131,12,222 , 0.824);
  }

.HoloModalGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
    margin: 25px 10px;
}

.HoloModalCard {
    /*background: linear-gradient(135deg, 
        rgba(30, 10, 60, 0.6), 
        rgba(80, 40, 120, 0.4));
    border: 1px solid rgba(152, 116, 211, 0.5);*/
    background: transparent;
     border-radius: 30px; 
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0),
        inset 0 0 20px rgba(169, 126, 238, 0);
    gap: 20px;
    margin-bottom:20px;
}

.HoloModalCard::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
        rgba(165,90,255, 0.15) 0%, 
        transparent 70%);
    opacity: 0;
    transition: opacity 0.6s;
    pointer-events: none;
}

.HoloModalCard:hover {
    transform: translateY(-2px);
    border-color: rgba(165,90,255, 1);
    box-shadow: 
        0 20px 50px rgba(165,90,255, 0.573),
        0 0 40px rgba(165,90,255, 0.4);    
}

.HoloModalCard:hover::before {
    opacity: 1;
    animation: hologramPulse 3s infinite;
}

.HoloModalCard h4 {
    color: #FFFFFF;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    font-weight: 700;
    /*text-shadow: 0 0 5px #00ffff;*/
    border-bottom: 2px solid rgba(217, 189, 248, 0.25);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.HoloModalCard h3 {
    color: #FFFFFF;
    margin: 0 0 20px 0;
    font-size: 1rem;
    font-weight: 700;
    /*text-shadow: 0 0 5px #00ffff;*/
    border-bottom: 2px solid rgba(217, 189, 248, 0.25);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.HoloModalCard strong {
    color: rgba(103,254,189, 1);
    font-weight: bold;
}
.HoloModalBod::-webkit-scrollbar { width: 12px; } /* SCROLLBAR */
.HoloModalBod::-webkit-scrollbar-track {
      background: rgba(0, 255, 255, 0.1);
      border-radius: 10px;
  }
.HoloModalBod::-webkit-scrollbar-thumb {
      background: linear-gradient(rgba(133, 80, 255, 0.35), rgba(132, 80, 255, 0.35));
      border-radius: 10px;
      border: 2px solid #1a0033;
      box-shadow: 0 0 15px rgba(132, 80, 255, 0.35);
  }
.HoloModalBod::-webkit-scrollbar-thumb:hover {
      background: rgba(11, 9, 11, 0.5);
  }
.HoloModalBod { scrollbar-color: rgba(133, 80, 255, 0.927) #2d0256; scrollbar-width: thin; }


/* ============================================= GAME ============================================= */
    .Game-Content {
            margin: 0 !important;
            padding: 0 !important;
            max-width: 100% !important;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: calc(100vh - 60px);
            background: url('assets/images/BG.png');
    }
        
    #gameCanvas {
            border: 4px solid #000000;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
            cursor: pointer;
            width: 1000px !important;
            height: 480px !important;
            display: block;
            flex-shrink: 0;  /* Prevents flex from shrinking it */
    }
        
    footer {
        display: none;
    }
    
/* ============================================= LANDING PAGE ============================================= */
    .main-container {
      min-height: 100vh;
      padding: 80 1rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index:10;
    }

    .hero-section {
      text-align: center;
      margin-bottom: 4rem;
    }

    .hero-section h4 {
      text-align: center;
      margin-bottom: 1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--ParticlePink);
      font-size: 1.5rem;
    }

      .hero-section h3 {
      text-align: center;
      margin-bottom: 1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--AlphaAqua);
      font-size: 1.2rem;
    }

/*.tracer-gif {
  position: relative;
  width: 200px;
  height: 200px;
  object-fit: contain;
  

  filter: 
    hue-rotate(var(--hue-shift))
    brightness(1.1)
    saturate(1.3)
    drop-shadow(0 0 8px hsl(var(--glow-color), 100%, 60%))
    drop-shadow(0 0 16px hsl(var(--glow-color), 100%, 50%))
    drop-shadow(0 0 24px hsl(var(--glow-color), 100%, 40%));
  
  animation: 
    gifFloat 4s ease-in-out infinite,
    tracerGhost 2.5s linear infinite,
    rainbowShift 6s linear infinite;
  
  mix-blend-mode: screen; 
}
.tracer-gif[data-layer="0"] {
  opacity: 1;
  z-index: 10;
  filter: 
    brightness(1.5)
    drop-shadow(0 0 4px #fff)
    drop-shadow(0 0 12px #fff)
    drop-shadow(0 0 20px #fff);
  animation: 
    gifFloat 5s ease-in-out infinite,
    rainbowShift 12s linear infinite;
}

.tracer-gif[data-layer="1"] { 
  opacity: 0.75; 
  z-index: 9; 
  animation-delay: 0.15s;
  --hue-shift: 20deg;
  --glow-color: 200;
}

.tracer-gif[data-layer="2"] { 
  opacity: 0.6; 
  z-index: 8; 
  animation-delay: 0.3s;
  --hue-shift: 80deg;
  --glow-color: 120;
}

.tracer-gif[data-layer="3"] { 
  opacity: 0.45; 
  z-index: 7; 
  animation-delay: 0.45s;
  --hue-shift: 160deg;
  --glow-color: 240;
}

.tracer-gif[data-layer="4"] { 
  opacity: 0.3; 
  z-index: 6; 
  animation-delay: 0.6s;
  --hue-shift: 280deg;
  --glow-color: 300;
}

.tracer-gif[data-layer="5"] { 
  opacity: 0.15; 
  z-index: 5; 
  animation-delay: 0.75s;
  --hue-shift: 340deg;
  --glow-color: 60;
}

@keyframes gifFloat {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg) scale(1); 
  }
  20% { 
    transform: translateY(0px) rotate(1deg) scale(1.02); 
  }
  40% { 
    transform: translateY(0px) rotate(-0.5deg) scale(1.04); 
  }
  60% { 
    transform: translateY(0px) rotate(0.5deg) scale(1.03); 
  }
  80% { 
    transform: translateY(0px) rotate(-1deg) scale(1.02); 
  }
}

@keyframes tracerGhost {
  0% { 
    opacity: 0; 
    transform: translateY(30px) scale(0.85); 
  }
  12% { 
    opacity: 0.7; 
    transform: translateY(0px) scale(1); 
  }
  88% { 
    opacity: 0.7; 
    transform: translateY(0px) scale(1); 
  }
  100% { 
    opacity: 0; 
    transform: translateY(-30px) scale(1.15); 
  }
}

@keyframes rainbowShift {
  0% { 
    filter: 
      hue-rotate(0deg) 
      brightness(1) 
      saturate(1.2)
      drop-shadow(0 0 8px hsl(var(--glow-color), 100%, 60%))
      drop-shadow(0 0 16px hsl(var(--glow-color), 100%, 50%))
      drop-shadow(0 0 24px hsl(var(--glow-color), 100%, 40%));
  }
  100% { 
    filter: 
      hue-rotate(360deg) 
      brightness(1.2) 
      saturate(1.5)
      drop-shadow(0 0 8px hsl(calc(var(--glow-color) + 360), 100%, 60%))
      drop-shadow(0 0 16px hsl(calc(var(--glow-color) + 360), 100%, 50%))
      drop-shadow(0 0 24px hsl(calc(var(--glow-color) + 360), 100%, 40%));
  }
} */

/* ============================================= CIRCUIT BOARD ============================================= */
#circuit-container {
        position: fixed;
        top: 0; left: 0;
        width: 100vw; height: 100vh;
        z-index: 0;
        pointer-events: none;
    }

svg { width: 100%; height: 100%; }

.circuit-trace { 
        fill: none; 
        stroke-width: 1.8;
        opacity: 0.55;
        stroke-linecap: round;
    }
    .t-pale { stroke: var(--VortexViolet); }   
    .t-med  { stroke: var(--PlasmaPurple); }   
    .t-deep { stroke: var(--NuclearFuscia); }   

.circuit-trace { stroke: var(--PlasmaPurple); }

.spark {
        fill: var(--NuclearFuscia);
        filter: drop-shadow(0 0 6px var(--ParticleGlow2)) drop-shadow(0 0 12px var(--ParticleGlow1));
        opacity: 0.9;
    }

.node {
        fill: var(--NuclearFuscia);
        stroke: var(--NuclearGlow2);
        stroke-width: 1.5;
        opacity: 0.8;
    }
.n-glow {
        filter: drop-shadow(0 0 6px var(--NuclearGlow3));
    } 

#circuit-container, #circuit-container svg {
    width: 100vw !important;
    height: 100vh !important;
}

/* ============================================= GENERAL JS PAGE< CONTROLS AND CONTAINER ============================================= */
.JS-page {
  display: grid;
  grid-template-columns: 370px 1fr;
  height: calc(100vh - 100px);
  margin-top: 90px;
  gap: 0;
  padding: 15px;
}

.JS-controls {
  background: transparent;
  backdrop-filter: blur(20px);
  padding: 2rem 1.5rem;
  overflow-y: auto;
  box-shadow: 0 0 30px var(--PlasmaGlow2);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, var(--AquaAura),var(--NuclearFuscia)) 1;
  transition: all 0.4s;
  height: calc(100vh - 100px);

}

.JS-container {
  background: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, var(--AquaAura),var(--NuclearFuscia)) 1;
  transition: all 0.4s;
}

    #JS-canvas {
      width: 100% !important;
      height: 100% !important;
      display: block;
    }

/* ============================================= JS CONTROLS ============================================= */
    .JS-Slider {
      margin: 2rem 0;
    }

    .JS-Slider label {
      display: block;
      color: var(--PlasmaPurple);
      margin-bottom: 0.8rem;
      font-size: 1.2rem;
    }

    .JS-Slider input[type="range"] {
      width: 100%;
      height: 6px;
      border-radius: 3px;
      background: transparent;
      outline: none;
      cursor: pointer;
    }

    .JS-Slider input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--PlasmaPurple);
      cursor: pointer;
      box-shadow: var(--PlasmaGlow2);
    }

    .JS-Slider input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--PlasmaPurple);
      cursor: pointer;
      border: none;
      box-shadow: var(--PlasmaGlow2);
    }

/* ============================================= D20 ============================================= */
#dice-canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* RESULT DISPLAY */
.result-display {
  background: rgba(23, 0, 50, 0.235);
  border: 2px solid var(--PlasmaPurple);
  border-radius: 35px;
  padding: 1.2rem;
  text-align: center;
  box-shadow: 0 0 30px var(--PlasmaGlow3);
  margin: 0.3rem;
}

.result-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--ParticlePink);
  text-shadow: 0 0 30px var(--ParticleGlow3);
}

/* MOBILE */
@media (max-width: 992px) {
  .JS-page {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr;
    height: auto !important;
    margin-top: 80px;
  }

  .JS-controls {
    /*border-right: none;
    /*border-bottom: 2px solid var(--PlasmaPurple);*/
    padding: 1.5rem;
    height: auto;
    overflow-y: visible;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, var(--AquaAura),var(--NuclearFuscia)) 1;
  }

  .JS-container {
    height: 60vh;
    min-height: 400px;
  }

  h1 { font-size: 2.5rem; }
  h4 { font-size: 1.2rem; }
  .result-number { font-size: 3.5rem; }
}

/* ============================================= FRACTALS ============================================= */
    #fractal-canvas {
      width: 100% !important;
      height: 100% !important;
      display: block;
    }

    select {
      width: 100%;
      padding: 0.7rem;
      border: 2px solid var(--VortexViolet);
      border-radius: 12px;
      background: rgba(23, 0, 50, 0.8);
      color: var(--ParticlePink);
      font-size: 1rem;
      font-family: inherit;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    select:hover, select:focus {
      border-color: var(--NuclearFuscia);
      box-shadow: 0 0 20px var(--PlasmaGlow2);
      outline: none;
    }

    .zoom-controls {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
    }


    @media (max-width: 992px) {
      .fractal-page {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 1fr;
        height: auto !important;
      }

      .fractal-controls {
        border-right: none;
        border-bottom: 2px solid var(--PlasmaPurple);
        padding: 1.5rem;
        height: auto;
        overflow-y: visible;
      }

      .fractal-container {
        height: calc(100vh - 100px);
        min-height: 400px;
      }
    }

/* ============================================= MANIFOLD ============================================= */
    #manifold-canvas {
      width: 100% !important;
      height: 100% !important;
      display: block;
    }

    .slider-control {
      margin: 1rem 0;
    }

    .slider-control label {
      display: block;
      color: var(--AlphaAqua);
      margin-bottom: 0.5rem;
      font-size: 1.0rem;
      font-weight: bold;
      text-shadow: 0 0 30px var(--NuclearFuscia);
    }

    .slider-control input[type="range"] {
      width: 100%;
      height: 6px;
      border-radius: 3px;
      background: rgba(131,12,222,0.5);
      outline: none;
      cursor: pointer;
    }

    .slider-control input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--ParticlePink);
      cursor: pointer;
      box-shadow: 0 0 10px var(--ParticleGlow2);
    }

    .slider-control input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--ParticlePink);
      cursor: pointer;
      border: none;
      box-shadow: 0 0 10px var(--ParticleGlow2);
    }

/* ============================================= RESUME ============================================= */
    .summary-section {
      background: var(--PlasmaGlow2);
      backdrop-filter: blur(5px);
      border-radius: 30px;
      padding: 2rem;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      box-shadow: var(--glow);
      line-height: 1.7;
    }
    .summary-section p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto;
      margin-bottom: 15px;
    }

   .resume-container {
      padding: 2rem;
      max-width: 1400px;
      margin: 0 auto;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 3rem;
      margin-top: 60px;
    }

    .resume-container h4 {
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--ParticlePink);
      font-size: 5rem;
      text-transform: uppercase;
    }

    .resume-container h2 {
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--ParticlePink);
      font-size: 2rem;
      text-transform: uppercase;
    }

    .summary-section h4 {
      text-align: center;
      margin-bottom: 0.5rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: var(--ParticlePink);
      font-size: 3rem;
      text-transform: uppercase;
    }

.summary-section h3 {
      text-align: center;
      margin-bottom: 1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: #ffffff;
      font-size: 2.5rem;
      text-transform: uppercase;
    }

.summary-section h2 {
      text-align: center;
      margin-bottom: 0.1rem;
      font-family: 'Orbitron', 'Courier New', monospace;
      color: #ffffff;
      font-size: 1.5rem;
      text-transform: uppercase;
    }

  .resume-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

  .aubie-img {
      width: 150px;
      height: 150px;
      display: block;
      margin: 0 auto 1rem;
      cursor: pointer;
    }

  .auburn-card {
        background: linear-gradient(135deg, 
            rgba(11, 35, 65, 0.532), 
            rgba(12, 35, 64, 0.361));
        border: 3px solid rgba(232, 119, 34, 1);
        border-radius: 18px;
        padding: 15px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 
            0 10px 30px rgb(232, 120, 34),
            0 0 20px rgba(232, 119, 34, 0.5);
        text-align: center;
    }

  .auburn-card h4 {
        color: rgb(232, 120, 34);
        font-size: 2rem;
        font-weight: 700;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
    }

  .auburn-card h3 {
        color: #FFFFFF;
        font-size: 1.3rem;
        font-weight: 700;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        text-align: center;
    }

  .auburn-card p {
        color: #FFFFFF;
        font-size: 1.1rem;
        font-weight: 700;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        text-align: center;
    }

/* ============================================= FOR MOBILE DEVICES ============================================= */   
        @media (max-width: 900px) {
        body {
            overflow: auto !important; /* ALLOW SCROLLING*/
            padding-top: 70px; /* EXTRA FOR MOBILE */
            -webkit-overflow-scrolling: touch; /* IOS SCROLLING */
        }
                
        #dice-canvas, #manifold-canvas, #JS-canvas {
            width: 100vw !important;
            height: 60vh !important;
            position: relative !important;
        }
        
        h1 { font-size: 2.5rem !important; }
        h4 { font-size: 1.5rem !important; }
        .JS-result-number { font-size: 3rem !important; }
        
        .about-buttons, .zoom-controls { /* MOBILE BUTTONS */
            flex-wrap: wrap !important;
            gap: 0.5rem !important;
        }
        
        .btn-neon-portal, .btn-quantum-pulse {
            padding: 0.7rem 1rem !important;
            font-size: 1rem !important;
            min-height: 44px !important; 
        }
        
        .JS-Slider input[type="range"] { /* TOUCH FRIENDLT SLIDERS */
            height: 8px !important;
        }
        
        .JS-Slider input[type="range"]::-webkit-slider-thumb {
            width: 28px !important;
            height: 28px !important;
        }
        }

        @supports (-webkit-touch-callout: none) { /* IOS SAFARI */
        body {
            padding-bottom: env(safe-area-inset-bottom) !important;
        }
        
        .Nav {
            padding-bottom: env(safe-area-inset-top) !important;
        }
        }

        input[type="range"] {/* PREVENT ZOOM ON INPUT FOCUS ios) */
        font-size: 16px; 
        touch-action: manipulation;
        }

        canvas, .JS-container {  /* TOUCH ACTION HINTS */
        touch-action: manipulation;
        }

@media (max-width: 767px) {
  body {
    font-size: 14px; /
  }

  h1 {
    font-size: 1.8rem !important; 
  }

  h2 {
    font-size: 2.5rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  h4 {
    font-size: 1.2rem !important;
  }

  p {
    font-size: 1rem !important;
    line-height: 1.4 !important; 
  }

  .navbar {
    padding: 0.5rem 0; 
  }

  .nav-container {
    padding: 0 1rem;
    justify-content: center; 
  }

  .logo {
    font-size: 1.5rem !important; 
  }

  .main-container,
  .resume-container,
  .summary-section {
    padding: 1rem !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .cyber-btn,
  .cyber-btn2,
  .btn-quantum-pulse {
    font-size: 0.9rem !important;
    padding: 0.8rem !important;
    margin: 0.5rem 0 !important;
  }

 
  .resume-grid,
  .holo-grid {
    grid-template-columns: 1fr !important; 
    gap: 1rem !important;
  }

  .aubie-img,
  .cat-gif {
    width: 100px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  #circuit-container {
    height: calc(100vh - 80px) !important; 
  }

  .main-container {
    padding-top: 80px !important; 
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .glass-tile {
    width: 90% !important; 
    max-width: 90vw !important;
    padding: 1.5rem !important; 
    margin: 1rem auto !important; 
    font-size: 0.95rem !important; 
    border-radius: 15px !important; 
    box-shadow: 0 0 20px var(--PlasmaGlow2) !important; 
  }

  
  .glass-tile p {
    text-align: left !important; 
    hyphens: auto !important; 
  }
}