/* Custom Styles for better mobile feel */
        body { -webkit-tap-highlight-color: transparent; }
        .tab-active { border-bottom: 2px solid #2563eb; color: #2563eb; font-weight: 600; }
        .dark .tab-active { border-bottom: 2px solid #60a5fa; color: #60a5fa; }
        .tab-inactive { color: #6b7280; }
        .dark .tab-inactive { color: #9ca3af; }
        .dropdown-list { max-height: 200px; overflow-y: auto; z-index: 50; }
        /* Hide scrollbar for clean UI */
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        /* Smooth transitions */
        .fade-in { animation: fadeIn 0.3s ease-in; }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
