        .dark select option {
            background: rgb(15 23 42);
            /* slate-900 */
            color: rgb(255 255 255);
            /* white */
        }

        select:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
        }

        /* Force Show for Modals - Nuclear Option */
        .force-show {
            display: flex !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
            z-index: 9999 !important;
        }