.glass-title {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: var(--text-primary) !important;
    text-align: center !important;
    margin: 1rem 0 !important;
    padding: 0.5rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Tema Light */
.theme-light .glass-title {
    background: rgba(255, 255, 255, 0.7) !important;
    color: #0d6efd !important;
    border: 1px solid rgba(13, 110, 253, 0.2) !important;
}

/* Tema Dark */
.theme-dark .glass-title {
    background: rgba(30, 30, 40, 0.7) !important;
    color: #58a6ff !important;
    border: 1px solid rgba(88, 166, 255, 0.2) !important;
}
