/* Scope helpers */
.gmt-scrollbar::-webkit-scrollbar { width: 8px; }
.gmt-scrollbar::-webkit-scrollbar-track { bg: #f1f1f1; }
.gmt-scrollbar::-webkit-scrollbar-thumb { background-color: #94a3b8; border-radius: 4px; }
.gmt-scrollbar::-webkit-scrollbar-thumb:hover { background-color: #64748b; }

@keyframes gmt-fade-in { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
.gmt-modal-content { animation: gmt-fade-in 0.2s ease-out forwards; }

.gmt-wrapper h3, #gmt-modal h3 {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    margin: 0 !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

#gmt-modal h3 { color: #facc15 !important; }
#gmt-seg-modal h3, #popup-ticket-alert h3 { color: #ffffff !important; }

#gmt-modal h3 i { color: #facc15 !important; }
#gmt-seg-modal h3 i { color: #ffffff !important; }
