.glass-panel {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 35, 102, 0.08);
}
.gold-glow {
    box-shadow: 0 4px 20px -2px rgba(212, 175, 55, 0.15);
}
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f1f1; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #D4AF37; border-radius: 4px; }
.member-toolbar {
    background: linear-gradient(90deg, #001a4d 0%, #002366 100%);
}
