.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    line-height: 1;
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.text-glow {
    text-shadow: 0 0 20px rgba(0, 106, 97, 0.15);
}

.scientific-border {
    border: 1px solid rgba(0, 106, 97, 0.1);
}
