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

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

.scientific-shadow {
    box-shadow: 0px 10px 30px rgba(15, 23, 42, 0.05);
}

input:focus {
    outline: none;
    border-bottom-color: #006a61 !important;
}

.molecular-bg {
    background-color: #f7f9fb;
    position: relative;
    overflow: hidden;
}
