.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.glass-nav {
    background: rgba(95, 101, 114, 0.521);
    backdrop-filter: blur(20px);
}
.precision-gradient {
    background: linear-gradient(135deg, #c3f5ff 0%, #00e5ff 100%);
}
.recessed-card {
    background-color: #060e20;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}
.typing-effect {
    border-right: 4px solid #00e5ff;
    animation: caret 1s steps(1) infinite;
}
@keyframes caret {
    50% { border-color: transparent; }
}

.gold-precision-gradient {
    background: linear-gradient(90deg, #FDF0D5 0%, #C6A664 100%);
}