body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  /* Global Image Protection */
  img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-touch-callout: none;
    pointer-events: none;
    /* Disables dragging and context menu, but allows clicks on parents */
  }
  
  /* Re-enable pointer events for specific interactive images if needed, 
     but for now, we follow the "no-copy/no-drag" policy for all images */
  
  /* Scrollbar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #0B1C2D;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #334e68;
    border-radius: 999px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #1F6FFF;
  }
  
  /* Utilities */
  .bg-grid-pattern {
    background-size: 10px 10px;
    background-image:
      linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  }
  
  .custom-scrollbar::-webkit-scrollbar {
    width: 6px;
  }
  
  .custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #30363d;
    border-radius: 10px;
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #484f58;
  }
  
  @keyframes fade-grid {
    0% {
      opacity: 0.4;
      transform: scale(1);
    }
  
    100% {
      opacity: 0;
      transform: scale(0.95);
    }
  }
  
  .animate-grid-fade {
    animation: fade-grid 3s ease-out forwards;
  }
  
  .glass {
    background: rgba(19, 40, 62, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  /* Blend modes for image integration */
  .blend-screen {
    mix-blend-mode: screen;
    filter: contrast(1.2) brightness(1.1);
  }
  
  .fade-mask {
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }
  
  .modern-frame {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1),
      0 20px 50px -10px rgba(0, 0, 0, 0.5);
  }
  
  /* Typing Effect */
  .typing-effect {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    border-right: 2px solid #1F6FFF;
    animation:
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
  }
  
  @keyframes typing {
    from {
      width: 0
    }
  
    to {
      width: 100%
    }
  }
  
  @keyframes blink-caret {
  
    from,
    to {
      border-color: transparent
    }
  
    50% {
      border-color: #1F6FFF;
    }
  }
  
  /* Animation Utilities */
  @keyframes fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes zoom-in-95 {
    from {
      transform: scale(0.95);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  .animate-in {
    animation-duration: 200ms;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }
  
  /* Aggressive Optimizations */
  section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
  }
  
  .modern-frame,
  .glass {
    will-change: transform;
    transform: translateZ(0);
    /* Forziamo hardware acceleration */
  }
  
  img {
    content-visibility: auto;
    will-change: transform;
  }
  
  /* Global Hardware Acceleration Utility */
  .gpu-accel {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
    will-change: transform, opacity;
  }
  
  /* Optimization for complex filters and backdrops */
  .glass,
  .liquid-glass,
  .liquid-glass-modal {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, filter, backdrop-filter;
  }
  
  /* Terminal & Diff Styles */
  .terminal-window {
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    overflow: hidden;
    font-family: 'ui-monospace', 'SFMono-Regular', 'SF Mono', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
    font-size: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  }
  
  .terminal-header {
    background: #202020;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .terminal-tabs {
    display: flex;
    padding: 0 0.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .terminal-tab {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .terminal-tab:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
  }
  
  .terminal-tab.active {
    color: var(--electric-400);
    border-bottom-color: var(--electric-400);
    background: rgba(255, 255, 255, 0.03);
  }
  
  .revert-line {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: var(--platinum-300);
    padding: 0.1rem 0.5rem;
    white-space: pre-wrap;
    word-break: break-all;
  }
  
  .revert-line:hover {
    background: rgba(255, 255, 255, 0.03);
  }
  
  .revert-code-block {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.85rem;
    color: #c9d1d9;
    background: #0d1117;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    white-space: pre;
    line-height: 1.5;
    border: 1px solid rgba(255, 255, 255, 0.05);
    tab-size: 4;
  }
  
  .copy-toast {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #1F6FFF;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    z-index: 1000;
    animation: slideUpFade 0.3s ease-out;
  }
  
  @keyframes slideUpFade {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .terminal-controls {
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
  }
  
  .terminal-controls span {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  
  .terminal-controls span:hover {
    opacity: 1;
  }
  
  .terminal-title {
    color: #ccc;
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .diff-line.interactive {
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
  }
  
  .diff-line.interactive:hover {
    background-color: rgba(31, 111, 255, 0.1);
  }
  
  .diff-dropdown {
    display: none;
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px;
    margin: 8px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.2s ease-out;
  }
  
  .diff-line.active+.diff-dropdown {
    display: block;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .terminal-body {
    padding: 16px;
    line-height: 1.6;
    color: #c9d1d9;
    overflow-y: auto;
    flex: 1;
  }
  
  .diff-line {
    display: flex;
    gap: 8px;
    white-space: pre-wrap;
    word-break: break-all;
  }
  
  .diff-removed {
    background-color: rgba(248, 81, 73, 0.15);
    color: #ffa198;
  }
  
  .diff-added {
    background-color: rgba(63, 185, 80, 0.15);
    color: #7ee787;
  }
  
  .diff-prefix {
    width: 15px;
    user-select: none;
    opacity: 0.8;
  }
  
  .changelog-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    background: rgba(13, 17, 23, 0.3);
    padding: 32px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  @media (min-width: 1024px) {
    .changelog-container {
      grid-template-columns: 1.5fr 1fr;
      align-items: flex-start;
    }
  }
  
  /* Steps Section Enhancement - Compact & Animated */
  .step-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  
  .step-card:hover {
    background: rgba(31, 111, 255, 0.05);
    border-color: rgba(31, 111, 255, 0.4);
    transform: scale(1.02) translateX(5px);
    box-shadow: 0 10px 30px -10px rgba(31, 111, 255, 0.2);
  }
  
  .step-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(31, 111, 255, 0.05);
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  
  .step-card:hover .step-number {
    color: rgba(31, 111, 255, 0.15);
    transform: translateY(-50%) scale(1.2) rotate(-10deg);
  }
  
  .step-icon-wrapper {
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(31, 111, 255, 0.1);
    border: 1px solid rgba(31, 111, 255, 0.2);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4dabff;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
  
  .step-card:hover .step-icon-wrapper {
    background: #1F6FFF;
    color: white;
    transform: rotate(10deg);
    box-shadow: 0 0 15px rgba(31, 111, 255, 0.5);
  }
  
  .step-content {
    position: relative;
    z-index: 10;
    max-width: 80%;
  }
  
  .terminal-window.large {
    min-height: 500px;
    max-height: 700px;
    display: flex;
    flex-direction: column;
  }
  
  .terminal-body {
    padding: 16px;
    line-height: 1.6;
    color: #c9d1d9;
    overflow-y: auto;
    flex: 1;
  }
  
  .changelog-info {
    position: sticky;
    top: 120px;
  }
  
  .diff-line {
    display: flex;
    gap: 12px;
    white-space: pre;
    font-family: 'ui-monospace', monospace;
    font-size: 13px;
    padding: 2px 8px;
  }
  
  /* Smooth Scrolling & Rendering */
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    image-rendering: -webkit-optimize-contrast;
  }
  
  /* Optimization for low-end devices */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  
  /* iOS 26 Liquid Glass Navbar */
  .liquid-glass {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(25px) saturate(210%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(210%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow:
      0 10px 40px -15px rgba(0, 0, 0, 0.4),
      inset 0 1px 1px 0 rgba(255, 255, 255, 0.15),
      inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  
  
  .liquid-glass:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(31, 111, 255, 0.4) !important;
    box-shadow:
      0 20px 50px -20px rgba(0, 0, 0, 0.6),
      inset 0 1px 2px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-0.5px);
  }
  
  .platinum-navbar:hover {
    border-color: rgba(255, 140, 0, 0.6) !important;
    box-shadow: 0 0 30px rgba(255, 140, 0, 0.2), inset 0 1px 2px 0 rgba(255, 255, 255, 0.25) !important;
  }
  
  /* Dynamic Light Effects for Platinum Background */
  .platinum-light-orb {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 115, 0, 0.4) 0%, rgba(255, 69, 0, 0.2) 40%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: screen;
    animation: float-light 10s infinite alternate ease-in-out;
  }
  
  @keyframes float-light {
    0% {
      transform: translate(-15%, -15%) scale(1);
      opacity: 0.6;
    }
  
    50% {
      transform: translate(15%, 20%) scale(1.3);
      opacity: 0.9;
    }
  
    100% {
      transform: translate(-10%, 25%) scale(0.8);
      opacity: 0.5;
    }
  }
  
  /* Cyber Ripple Effect - Lowered Tone */
  .click-ripple-container {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
  }
  
  .ripple-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border: 2px solid #00c2cd;
    /* Lowered from #00f2ff */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    box-shadow: 0 0 30px #165bb0, 0 0 60px rgba(22, 91, 192, 0.4), inset 0 0 15px #165bb0;
    /* Lowered from #1F6FFF */
    animation: ripple-spread 1.2s cubic-bezier(0.15, 0.8, 0.25, 1) forwards;
    filter: drop-shadow(0 0 12px #00c2cd);
    will-change: transform, opacity, border-width;
  }
  
  .ripple-spark {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 8px;
    background: linear-gradient(to bottom, #00c2cd, #165bb0, transparent);
    /* Lowered tones */
    border-radius: 4px;
    transform-origin: top center;
    opacity: 0;
    filter: drop-shadow(0 0 10px #00c2cd);
  }
  
  
  @keyframes ripple-spread {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
      border-width: 4px;
    }
  
    15% {
      opacity: 0.8;
      /* Slightly reduced max opacity */
    }
  
    100% {
      transform: translate(-50%, -50%) scale(35);
      opacity: 0;
      border-width: 0.1px;
    }
  }
  
  @keyframes spark-flight {
    0% {
      transform: rotate(var(--angle)) translateY(0) scaleY(1);
      opacity: 0;
    }
  
    20% {
      opacity: 0.8;
    }
  
    60% {
      opacity: 0.6;
    }
  
    100% {
      transform: rotate(var(--angle)) translateY(var(--dist)) scaleY(0);
      opacity: 0;
    }
  }
  
  @keyframes pulse-slow {
  
    0%,
    100% {
      opacity: 1;
      transform: scale(1);
    }
  
    50% {
      opacity: 0.7;
      transform: scale(0.9);
    }
  }
  
  .animate-pulse-slow {
    animation: pulse-slow 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  
  /* Navigation Liquid Blob */
  #nav-blob {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px) saturate(220%);
    -webkit-backdrop-filter: blur(15px) saturate(220%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.25),
      inset 0 0 12px rgba(255, 255, 255, 0.2),
      inset 0 2px 4px rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    transition:
      left 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      width 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      height 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s ease,
      transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
      border-radius 0.6s ease;
    overflow: hidden;
    will-change: left, top, width, height, opacity, transform;
  }
  
  /* Effetto Ray-Tracing: Riflesso di Luce Primario */
  #nav-blob::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
    transform: rotate(-15deg);
    pointer-events: none;
  }
  
  /* Effetto Ray-Tracing: Caustiche e Rifrazione Interna */
  #nav-blob::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 40%;
    height: 40%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(1px);
    box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.2);
  }
  
  /* Technical Team Translucency Effect */
  .team-card-liquid {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
    position: relative;
    overflow: hidden;
  }
  
  .team-card-liquid:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }
  
  /* Riflesso Ray-Tracing sulla card per enfatizzare la traslucenza */
  .team-card-liquid::before {
    content: '';
    position: absolute;
    top: -150%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
        transparent 45%,
        rgba(255, 255, 255, 0.05) 48%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 52%,
        transparent 55%);
    transform: rotate(25deg);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    z-index: 2;
    opacity: 0;
  }
  
  .team-card-liquid:hover::before {
    top: -20%;
    left: 110%;
    opacity: 1;
  }
  
  #nav-menu-container button {
    position: relative;
    z-index: 1;
  }
  
  /* Legal Buttons Glow Effects */
  .btn-legal-glow {
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
  }
  
  .btn-legal-glow:hover {
    transform: translateY(-2px);
    border-color: var(--glow-color);
    box-shadow: 0 0 20px -5px var(--glow-color);
    color: white;
  }
  
  .btn-legal-glow::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--glow-color);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(15px);
  }
  
  .btn-legal-glow:hover::after {
    opacity: 0.15;
  }
  
  .glow-privacy {
    --glow-color: rgba(0, 242, 255, 0.6);
  }
  
  .glow-disclaimer {
    --glow-color: rgba(255, 140, 0, 0.7);
    /* Deep Orange */
  }
  
  /* Liquid Glass Modals (iOS 26 Style - App Morph) */
  .liquid-glass-modal {
    animation: none;
    /* Gestito via JS */
    transform-origin: center center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    will-change: transform, opacity, border-radius;
  }
  
  /* Effetto Goccia: Rifrazione e Bagliore Liquido */
  .liquid-glass-modal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: inherit;
    pointer-events: none;
    z-index: 10;
    opacity: 0.5;
  }
  
  .liquid-glass-modal::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
    animation: liquid-shine 4s ease-in-out infinite;
    z-index: 5;
  }
  
  @keyframes liquid-shine {
  
    0%,
    100% {
      transform: translate(-10%, -10%) scale(1);
    }
  
    50% {
      transform: translate(10%, 10%) scale(1.1);
    }
  }
  
  /* Animazione Ripple Goccia */
  .liquid-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--glow-color);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: drop-ripple 0.8s cubic-bezier(0, 0.2, 0.8, 1) forwards;
    opacity: 0;
  }
  
  @keyframes drop-ripple {
    0% {
      width: 0;
      height: 0;
      opacity: 0.8;
      box-shadow: 0 0 0 0 var(--glow-color);
    }
  
    100% {
      width: 500px;
      height: 500px;
      opacity: 0;
      box-shadow: 0 0 100px 50px transparent;
      border: 2px solid var(--glow-color);
    }
  }
  
  @keyframes liquid-drop-entry {
    0% {
      transform: translate(var(--start-x, 0), var(--start-y, 0)) scale(var(--start-scale, 0.1));
      opacity: 0;
      border-radius: 20px;
      /* Inizia con gli angoli del pulsante */
      filter: blur(10px);
    }
  
    70% {
      transform: translate(0, -5px) scale(1.01, 0.99);
      opacity: 1;
      border-radius: 28px;
      filter: blur(0px);
    }
  
    100% {
      transform: translate(0, 0) scale(1);
      opacity: 1;
      border-radius: 32px;
    }
  }
  
  @keyframes liquid-drop-exit {
    0% {
      transform: translate(0, 0) scale(1);
      opacity: 1;
      border-radius: 32px;
    }
  
    100% {
      transform: translate(var(--start-x, 0), var(--start-y, 0)) scale(var(--start-scale, 0.1));
      opacity: 0;
      border-radius: 20px;
      filter: blur(12px);
    }
  }
  
  .btn-legal-glow {
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s, box-shadow 0.4s !important;
  }
  
  .modal-privacy-style {
    background: linear-gradient(135deg, rgba(5, 10, 15, 0.95), rgba(0, 242, 255, 0.05)) !important;
    border-color: rgba(0, 242, 255, 0.2) !important;
    box-shadow: 0 0 50px -10px rgba(0, 242, 255, 0.2), 0 25px 50px -12px rgba(0, 0, 0, 0.7) !important;
  }
  
  .modal-disclaimer-style {
    background: linear-gradient(135deg, rgba(5, 10, 15, 0.95), rgba(255, 140, 0, 0.05)) !important;
    border-color: rgba(255, 140, 0, 0.2) !important;
    box-shadow: 0 0 50px -10px rgba(255, 140, 0, 0.2), 0 25px 50px -12px rgba(0, 0, 0, 0.7) !important;
  }
  
  .modal-privacy-style h2 {
    color: #00f2ff !important;
  }
  
  .modal-disclaimer-style h2 {
    color: #ff8c00 !important;
  }
  
  .modal-privacy-style .bg-electric-500 {
    background-color: #00f2ff !important;
  }
  
  .modal-disclaimer-style .bg-electric-500 {
    background-color: #ff8c00 !important;
  }
  
  /* Fixed floating animation keyframe conflict */
  @keyframes float-y {
  
    0%,
    100% {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(-15px);
    }
  }
  
  @keyframes float-glow-blue {
    0% {
      transform: translateY(0);
      filter: drop-shadow(0 0 15px rgba(31, 111, 255, 0.3));
    }
  
    50% {
      transform: translateY(-15px);
      filter: drop-shadow(0 0 45px rgba(31, 111, 255, 0.6));
    }
  
    100% {
      transform: translateY(0);
      filter: drop-shadow(0 0 15px rgba(31, 111, 255, 0.3));
    }
  }
  
  @keyframes float-glow-red {
    0% {
      transform: translateY(0);
      filter: drop-shadow(0 0 15px rgba(220, 38, 38, 0.3));
    }
  
    50% {
      transform: translateY(-15px);
      filter: drop-shadow(0 0 45px rgba(220, 38, 38, 0.6));
    }
  
    100% {
      transform: translateY(0);
      filter: drop-shadow(0 0 15px rgba(220, 38, 38, 0.3));
    }
  }
  
  .animate-glow-blue {
    animation: float-glow-blue 4s ease-in-out infinite;
  }
  
  .animate-glow-red {
    animation: float-glow-red 4s ease-in-out infinite;
  }
  
  /* Staggered Reveal Animation */
  .reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
  }
  
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .reveal-delay-100 {
    transition-delay: 100ms;
  }
  
  .reveal-delay-200 {
    transition-delay: 200ms;
  }
  
  .reveal-delay-300 {
    transition-delay: 300ms;
  }
  
  .reveal-delay-400 {
    transition-delay: 400ms;
  }
  
  /* Scale Up Animation */
  .scale-up-on-scroll {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  
  .scale-up-on-scroll.is-visible {
    opacity: 1;
    transform: scale(1);
  }
  
  /* FAQ Fluid Expansion Fix */
  [id^="faq-ans-"] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
  }
  
  [id^="faq-ans-"].grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  
  /* New Technical Team Styles */
  .shadow-input {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  
  /* Premium Footer Buttons */
  .btn-premium {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .btn-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent);
    transition: 0.5s;
  }
  
  .btn-premium:hover::before {
    left: 100%;
  }
  
  .btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px var(--glow-color, rgba(31, 111, 255, 0.5));
    border-color: var(--border-color, rgba(255, 255, 255, 0.3));
  }
  
  .btn-premium.telegram {
    --glow-color: rgba(36, 161, 222, 0.5);
    --border-color: #24A1DE;
  }
  
  .btn-premium.telegram:hover {
    background: rgba(36, 161, 222, 0.1);
  }
  
  .btn-premium.bug,
  .btn-premium.donations {
    --glow-color: rgba(220, 38, 38, 0.5);
    --border-color: #dc2626;
  }
  
  .btn-premium.bug:hover,
  .btn-premium.donations:hover {
    background: rgba(220, 38, 38, 0.1);
  }
  
  .btn-premium.youtube {
    --glow-color: rgba(255, 0, 0, 0.5);
    --border-color: #FF0000;
  }
  
  .btn-premium.youtube:hover {
    background: rgba(255, 0, 0, 0.1);
  }
  
  /* Global Smooth Scroll */
  html {
    scroll-behavior: smooth;
  }
  
  
  /* ============================================================
     PLATINUM MODE SWITCH & ANIMATIONS
     ============================================================ */
  .platinum-switch {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 48px;
  }
  
  .platinum-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .platinum-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  .platinum-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  
  .platinum-switch:hover .platinum-label {
    color: #fff;
    transform: scale(1.05);
    text-shadow:
      0 0 15px rgba(255, 0, 0, 1),
      0 0 30px rgba(255, 69, 0, 0.8),
      0 0 45px rgba(255, 140, 0, 0.5);
    letter-spacing: 2.5px;
  }
  
  .platinum-switch:hover .platinum-slider {
    border-color: rgba(220, 38, 38, 0.8);
    background: radial-gradient(circle at 50% 120%, rgba(255, 69, 0, 0.4) 0%, rgba(220, 38, 38, 0.1) 60%, transparent 100%);
    box-shadow:
      0 0 30px rgba(220, 38, 38, 0.5),
      0 0 60px rgba(255, 0, 0, 0.3),
      inset 0 2px 10px rgba(0, 0, 0, 0.6);
  }
  
  .platinum-switch:hover .flame-container {
    opacity: 0.5;
    bottom: -10px;
  }
  
  .platinum-switch input:checked+.platinum-slider {
    background: rgba(220, 38, 38, 0.3);
    border-color: rgba(220, 38, 38, 0.8);
    box-shadow: 0 0 30px rgba(220, 38, 38, 0.6), inset 0 0 15px rgba(220, 38, 38, 0.4);
  }
  
  .platinum-switch input:checked+.platinum-slider .platinum-label {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 5px rgba(220, 38, 38, 0.8);
    transform: scale(1.05);
  }
  
  /* Flame Effect */
  .flame-container {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  
  .platinum-switch input:checked+.platinum-slider .flame-container {
    opacity: 0.8;
  }
  
  .flame {
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at 50% 100%, #ff4d4d, #f90, transparent 70%);
    border-radius: 0 50% 50% 50%;
    filter: blur(10px);
    animation: flame-rise 0.8s infinite alternate ease-in-out;
    mix-blend-mode: color-dodge;
    transform: rotate(-135deg);
  }
  
  @keyframes flame-rise {
    0% {
      transform: rotate(-135deg) scale(0.8) translateY(0);
      opacity: 0.4;
    }
  
    100% {
      transform: rotate(-135deg) scale(1.6) translateY(30px);
      opacity: 0.9;
    }
  }
  
  .flame:nth-child(1) {
    animation-delay: 0s;
    width: 30px;
  }
  
  .flame:nth-child(2) {
    animation-delay: 0.2s;
    width: 45px;
    height: 50px;
  }
  
  .flame:nth-child(3) {
    animation-delay: 0.4s;
    width: 35px;
  }
  
  /* Page Transition Overlay - Extended & Fiery */
  .page-transition-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, #1a0202 0%, #050202 100%);
    z-index: 100000;
    transform: translateX(100%);
    transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .page-transition-overlay.active {
    transform: translateX(0);
    pointer-events: all;
  }
  
  .transition-logo {
    width: 200px;
    height: 200px;
    opacity: 0;
    transform: scale(0.8) rotate(-10deg);
    transition: all 0.8s 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  .page-transition-overlay.active .transition-logo {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  
  /* GPU Fan Styles */
  .gpu-fan-container {
    opacity: 0;
    transform: translate(20px, 20px) scale(0.5);
    transition: all 0.8s 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  .page-transition-overlay.active .gpu-fan-container {
    opacity: 1;
    transform: translate(0, 0) scale(1.1);
  }
  
  .gpu-fan-img {
    animation: fan-spin 0.15s linear infinite;
    filter: drop-shadow(0 0 20px rgba(0, 242, 255, 0.3));
    object-fit: cover;
    border-radius: 50%;
  }
  
  @keyframes fan-spin {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  /* realistic-fire system */
  .realistic-fire {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 200%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .fire-glow {
    position: absolute;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle, rgba(255, 69, 0, 0.4) 0%, transparent 70%);
    filter: blur(25px);
    opacity: 0;
    transition: opacity 1s 1.5s;
  }
  
  .page-transition-overlay.active .fire-glow {
    opacity: 1;
  }
  
  .fire-main,
  .fire-core {
    position: absolute;
    border-radius: 50% 50% 20% 20%;
    filter: blur(8px);
    mix-blend-mode: screen;
    transform-origin: center bottom;
    opacity: 0;
  }
  
  .fire-main {
    width: 90%;
    height: 100%;
    background: linear-gradient(to top, #ff2a00, #ff8c00, transparent);
  }
  
  .fire-core {
    width: 50%;
    height: 70%;
    background: linear-gradient(to top, #fff, #ffcf00, transparent);
    filter: blur(4px);
  }
  
  .page-transition-overlay.active .fire-main,
  .page-transition-overlay.active .fire-core {
    opacity: 0.9;
    transition: opacity 0.5s 2s;
  }
  
  /* Flickering Animations */
  .flicker-1 {
    animation: fire-flicker 0.1s infinite alternate;
  }
  
  .flicker-2 {
    animation: fire-flicker 0.15s infinite alternate-reverse;
  }
  
  .flicker-3 {
    animation: fire-flicker 0.12s infinite alternate;
  }
  
  @keyframes fire-flicker {
    0% {
      transform: scale(1) translateY(0) rotate(-1deg);
      filter: blur(8px) brightness(1);
    }
  
    100% {
      transform: scale(1.1, 1.3) translateY(-15px) rotate(1deg);
      filter: blur(10px) brightness(1.4);
    }
  }
  
  /* Android Mode Transition (Aqua) */
  .page-transition-overlay.android-mode {
    background: radial-gradient(circle at center, #001a1a 0%, #000000 100%);
    border-left: 2px solid #00ffd5;
  }
  
  .page-transition-overlay.android-mode .gpu-fan-container {
    display: none !important;
  }
  
  .page-transition-overlay.android-mode .status-text {
    text-shadow: 0 0 20px rgba(0, 255, 213, 0.5);
    color: #00ffd5 !important;
  }
  
  .page-transition-overlay.android-mode .gpu-fan-img {
    filter: drop-shadow(0 0 20px rgba(0, 255, 213, 0.6));
  }
  
  .page-transition-overlay.android-mode .transition-logo {
    box-shadow: 0 0 100px rgba(0, 255, 213, 0.4);
    border-color: rgba(0, 255, 213, 0.2);
    filter: none;
  }
  
  @keyframes icon-float {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-5px);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  i {
    display: inline-block;
    animation: icon-float 3s ease-in-out infinite;
  }
  
  @keyframes pulse-fire {
  
    0%,
    100% {
      transform: scale(1);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
  
  .pulse-fire {
    animation: pulse-fire 2s infinite ease-in-out;
  }
  
  /* Il surriscaldamento rimosso, rimane solo la rotazione infinita */
  .page-transition-overlay.active .gpu-fan-img {
    animation: fan-spin 0.08s linear infinite;
  }
  
  @keyframes fan-burn {
    0% {
      transform: scale(1);
      filter: contrast(1) brightness(1) drop-shadow(0 0 20px rgba(0, 242, 255, 0.3));
    }
  
    50% {
      transform: scale(1.1);
      filter: contrast(1.5) brightness(1.2) sepia(0.8) hue-rotate(-30deg) drop-shadow(0 0 40px red);
    }
  
    100% {
      transform: scale(1.2);
      filter: contrast(2) brightness(1.5) sepia(1) hue-rotate(-50deg) drop-shadow(0 0 60px orange);
    }
  }
  
  .fan-fire-container {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s 2s, transform 1s 2s;
  }
  
  .page-transition-overlay.active .fan-fire-container {
    opacity: 1;
    transform: scale(1);
  }
  
  /* Shaking Effect rimosso come richiesto */
  .page-transition-overlay.active .main-logo-wrapper {
    animation: none;
  }
  
  @keyframes violent-tremor {
    0% {
      transform: translate(1px, 1px) rotate(0deg) scale(1);
    }
  
    25% {
      transform: translate(-3px, -2px) rotate(-2deg) scale(1.02);
    }
  
    50% {
      transform: translate(2px, 3px) rotate(1deg) scale(0.98);
    }
  
    75% {
      transform: translate(-2px, -1px) rotate(-1deg) scale(1.01);
    }
  
    100% {
      transform: translate(3px, -3px) rotate(2deg) scale(1);
    }
  }
  
  .loading-status {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s 1s ease;
  }
  
  .page-transition-overlay.active .loading-status {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Red Glass Helper */
  .red-glass {
    background: rgba(153, 27, 27, 0.25) !important;
    backdrop-filter: blur(25px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(200%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2) !important;
  }
  
  /* Music Toggle Button */
  .music-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
  }
  
  /* Red Slash for Paused State */
  .music-toggle::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--music-slash-color, #1F6FFF);
    transform: rotate(-45deg);
    transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 0 10px var(--music-slash-color, rgba(31, 111, 255, 0.6));
    border-radius: 99px;
  }
  
  /* Color Overrides based on page/navbar theme */
  .music-toggle {
    --music-slash-color: #1F6FFF;
    /* Electric Blue */
    --music-wave-color: #4dabff;
    /* Light Blue for Main */
  }
  
  .red-glass .music-toggle {
    --music-slash-color: #ff7700 !important;
    /* Orange */
    --music-wave-color: #ff7700 !important;
    /* Orange for Benchmark */
  }
  
  .music-toggle:not(.playing)::after {
    width: 25px;
  }
  
  .music-toggle:not(.playing) i {
    opacity: 0.6;
    filter: grayscale(1);
    transition: all 0.4s ease;
  }
  
  .music-toggle:hover {
    background: rgba(31, 111, 255, 0.2);
    border-color: rgba(31, 111, 255, 0.4);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(31, 111, 255, 0.3);
  }
  
  .music-toggle.playing i {
    animation: music-spin 3s linear infinite;
  }
  
  @keyframes music-spin {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  .music-waves {
    position: absolute;
    bottom: 5px;
    display: flex;
    gap: 2px;
    height: 10px;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .music-toggle.playing .music-waves {
    opacity: 1;
  }
  
  .music-bar {
    width: 2px;
    background: var(--music-wave-color, #4dabff);
    animation: music-wave 1s ease-in-out infinite;
  }
  
  .music-bar:nth-child(1) {
    height: 10px;
    animation-delay: 0s;
  }
  
  .music-bar:nth-child(2) {
    height: 14px;
    animation-delay: 0.2s;
  }
  
  .music-bar:nth-child(3) {
    height: 8px;
    animation-delay: 0.4s;
  }
  
  @keyframes music-wave {
  
    0%,
    100% {
      height: 4px;
    }
  
    50% {
      height: 12px;
    }
  }
  
  .music-label {
    margin-left: 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
  }
  
  /* --- PLATINUM BENCHMARK FPS EFFECTS --- */
  
  /* Base FPS Counter Transition */
  #fps-val {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    /* Required for transforms */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
    /* Subtle base outline */
  }
  
  /* FIRE MODE (> 53 FPS) - Intense Red/Orange Burn */
  .fps-fire {
    color: #ff3300 !important;
    /* Dark Red intense outline */
    -webkit-text-stroke: 2px #220000 !important;
    text-shadow:
      0 0 10px #ff0000,
      0 0 20px #ff4500,
      0 0 40px #ff8c00,
      0 0 80px #ff0000 !important;
    animation: fps-fire-pulse 0.1s infinite alternate;
    font-weight: 900 !important;
  }
  
  @keyframes fps-fire-pulse {
    0% {
      transform: scale(1) skewX(0deg);
      text-shadow: 0 0 10px #ff0000, 0 0 20px #ff4500, 0 0 40px #ff8c00;
      filter: brightness(100%);
    }
  
    100% {
      transform: scale(1.05) skewX(-2deg);
      text-shadow: 0 0 15px #ff0000, 0 0 30px #ff4500, 0 0 60px #ffcc00;
      filter: brightness(130%);
    }
  }
  
  /* ICE MODE (< 53 FPS) - Frozen Blue */
  .fps-ice {
    color: #ccffff !important;
    /* Dark Ice/Black outline */
    -webkit-text-stroke: 2px #000033 !important;
    text-shadow:
      0 0 5px #00ffff,
      0 0 15px #0088ff,
      0 0 30px #0000ff !important;
    font-family: 'Courier New', monospace;
    /* Technical failure look */
    letter-spacing: 2px;
  }
  
  /* --- FPS CONTAINER EFFECTS --- */
  
  /* Shiver Animation for Cold */
  @keyframes shiver {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
  
    25% {
      transform: translate(1px, 1px) rotate(0.5deg);
    }
  
    50% {
      transform: translate(-1px, -1px) rotate(-0.5deg);
    }
  
    75% {
      transform: translate(1px, -1px) rotate(0.5deg);
    }
  
    100% {
      transform: translate(-1px, 1px) rotate(-0.5deg);
    }
  }
  
  .container-ice {
    background: rgba(180, 230, 255, 0.2) !important;
    backdrop-filter: blur(15px) grayscale(0.2) !important;
    border: 1px solid #aaddff !important;
    box-shadow:
      0 0 15px rgba(0, 200, 255, 0.5),
      inset 0 0 30px rgba(150, 220, 255, 0.3) !important;
    animation: shiver 0.05s infinite linear !important;
    /* High freq vibration */
  }
  
  .container-fire {
    background: rgba(50, 0, 0, 0.6) !important;
    border: 1px solid #ff4400 !important;
    box-shadow: 0 0 20px rgba(255, 60, 0, 0.4) !important;
    /* Stable, just hot */
  }
  
  
  /* ICE MODE - OVERRIDES FOR INNER ELEMENTS */
  .container-ice * {
    transition: all 0.5s ease;
  }
  
  .container-ice .text-red-400 {
    color: #aaddff !important;
    text-shadow: 0 0 5px #00ffff;
  }
  
  .container-ice .bg-red-500,
  .container-ice .bg-red-500\/20 {
    background-color: #00ffff !important;
    box-shadow: 0 0 8px #00ffff;
  }
  
  /* Optional: Make the bar pulse blue */
  .container-ice .animate-pulse {
    animation: blue-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  
  @keyframes blue-pulse {
  
    0%,
    100% {
      opacity: 1;
      box-shadow: 0 0 8px #00ffff;
    }
  
    50% {
      opacity: .5;
      box-shadow: 0 0 4px #0088ff;
    }
  }
  
  /* Platinum+ Android Button */
  .android-btn-nav {
    color: #BFC7D5;
    /* text-platinum-300 */
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    white-space: nowrap;
  }
  
  .android-btn-nav:hover {
    color: #00ffd5;
    /* Aqua Green */
    background: rgba(0, 255, 213, 0.15);
    border-color: rgba(0, 255, 213, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 213, 0.4);
    text-shadow: 0 0 8px rgba(0, 255, 213, 0.6);
    transform: translateY(-1px);
  }
  
  
  /* --- PLATINUM ANDROID TRANSITION --- */
  
  /* Override colors when transitioning to Android Mode */
  #page-transition.android-mode .status-text {
    color: #00ffd5 !important;
    text-shadow: 0 0 20px rgba(0, 255, 213, 0.5);
  }
  
  #page-transition.android-mode .transition-logo {
    box-shadow: 0 0 100px rgba(0, 255, 213, 0.4) !important;
    border-color: rgba(0, 255, 213, 0.3) !important;
  }
  
  /* Shift the Fan color from Red/Orange to Aqua Green */
  #page-transition.android-mode .gpu-fan-img {
    filter: hue-rotate(150deg) brightness(1.2) !important;
    /* Red + 150deg ~= Cyan/Green-ish */
  }
  
  /* Reuse existing animation but with filter override */
  #page-transition.android-mode.active .gpu-fan-img {
    animation: fan-spin 0.08s linear infinite !important;
    /* We suppress fan-burn-like vivid changes or force them to stay in Cyan range */
  }