/* input(42,20): run-time error CSS1046: Expect comma, found '255'
input(42,28): run-time error CSS1046: Expect comma, found '/' */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f7fafc;
    color: #181c1e;
}

h1, h2, h3, h4 {
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.02em;
}

.lithic-gradient {
    background: linear-gradient(135deg, #002046 0%, #1b365d 100%);
}

.status-slab {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.deep-field-shadow {
    box-shadow: 0 12px 40px rgba(0, 32, 70, 0.08);
}

.glass-nav {
    background: rgba(248, 250, 252, 0.85);
    backdrop-filter: blur(20px);
}

.text-on-primary-container{
        color:#fff!important;
}
.text-white\/10 {
    color: rgb(255 255 255 / 0.5);
}
