/* Hide scrollbar for cleaner look on mobile */
    ::-webkit-scrollbar { width: 0px; background: transparent; }
    body { -ms-overflow-style: none; scrollbar-width: none; }
        
    /* Smooth transitions */
    .card-transition { transition: all 0.2s ease-in-out; }
    .card-transition:hover { transform: translateY(-2px); }

    /* Consistent Border Shapes Across Themes */
    :root, [data-theme] {
    --rounded-box: 1rem !important;
    --rounded-btn: 0.5rem !important;
    --rounded-badge: 1.9rem !important;
    }
