        :root { scroll-behavior: smooth; }
        body { background-color: #F4F7FA; color: #0F1115; }
        .glass-nav { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.05); }
        .tech-card { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .tech-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,98,255,0.08); }
        .status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
        .dot-green { background: #ADFF2F; box-shadow: 0 0 10px #ADFF2F; }
        #game-canvas { border-radius: 24px; background: #0F1115; cursor: crosshair; width: 100% !important; max-width: 800px; height: auto !important; }
        .gradient-text { background: linear-gradient(90deg, #0062FF, #ADFF2F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    