.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .tonal-layer-1 { background-color: #F4F7FA; }
        .raised-card-shadow { box-shadow: 0px 4px 20px rgba(0, 62, 122, 0.08); }
        .raised-card-shadow:hover { box-shadow: 0px 8px 30px rgba(0, 62, 122, 0.15); }
        .transition-standard { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
