.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .bento-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }
        .timeline-line {
            background: linear-gradient(90deg, #051626 0%, #00D2FF 50%, #051626 100%);
        }
        .hero-gradient {
            background: linear-gradient(180deg, rgba(5, 22, 38, 0.8) 0%, rgba(5, 22, 38, 0.6) 100%);
        }

.filled-symbol { font-variation-settings: 'FILL' 1; }
