.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }

        .glass-card {
            background: rgba(17, 19, 24, 0.7);
            backdrop-filter: blur(20px);
        }

        .energy-glow:hover {
            box-shadow: 0 0 25px -5px rgba(166, 215, 0, 0.3);
        }

        .tectonic-shift {
            transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.4s ease;
        }

        .tectonic-shift:hover {
            transform: translateY(-8px);
        }
