#loginModalUniqueId:not(.modal-selected),
        #registerModalUniqueId:not(.modal-selected) {
            background: transparent !important;
        }
        .modal, #loginModalUniqueId, #registerModalUniqueId, #confirmCloseModal, #modal1, #jogarModal, #modal3, #profileModal {
            border: none !important;
            box-shadow: none !important;
            background: transparent !important;
        }

.input-container {
            position: relative;
            display: flex;
            align-items: center;
        }
        .input-icon {
            color: #2dd4bf;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
        }
        .input-divider {
            color: #2dd4bf;
            position: absolute;
            left: 28px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.9rem;
        }
        .input-field {
            padding-left: 40px;
            background: #1f2937;
            color: white;
            border: 1px solid rgba(45, 212, 191, 0.3);
            border-radius: 0.375rem;
            padding: 0.5rem 2rem 0.5rem 40px;
            font-size: 0.875rem;
            width: 100%;
        }
        .status-container {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            background: #1f2937;
            border: 1px solid rgba(45, 212, 191, 0.3);
            border-radius: 0.25rem;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .status-container.visible {
            display: flex;
        }
        .toggle-eye-icon {
            color: #2dd4bf;
            width: 16px;
            height: 16px;
        }
        .status-icon {
            width: 16px;
            height: 16px;
        }
        .status-icon.verified {
            color: #4ade80;
        }
        .status-icon.invalid {
            color: #ef4444;
        }
        .password-error, .email-error, .username-error {
            display: none;
            color: #ef4444;
            font-size: 0.75rem;
            margin-top: 0.25rem;
        }
        .password-strength-container {
            display: none;
            align-items: center;
            margin-top: 0.5rem;
            padding: 0.25rem 0.5rem;
            background: #1f2937;
            border-radius: 0.5rem;
            font-size: 0.75rem;
            width: fit-content;
        }
        .password-strength-container.visible {
            display: flex;
        }
        .strength-text {
            color: #ffffff;
            margin-right: 0.5rem;
        }
        .strength-bars {
            display: flex;
            gap: 0.25rem;
        }
        .strength-bar {
            width: 10px;
            height: 3px;
            background: #4b5563;
            border-radius: 2px;
            transition: background 0.3s ease;
        }
        .strength-bar.active {
            background: #4ade80;
        }
        .strength-weak .strength-bar.active {
            background: #ef4444;
        }
        .strength-medium .strength-bar.active {
            background: #f59e0b;
        }
        .strength-good .strength-bar.active {
            background: #3b82f6;
        }
        .strength-strong .strength-bar.active {
            background: #4ade80;
        }
        .not-logged-in-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 280px;
            z-index: 60;
            background: transparent;
        }
        .not-logged-in-modal .modal-content {
            background: #1f2937;

            padding: 1.5rem;
            border-radius: 1rem;
            text-align: center;
        }
        .submit-button {
            width: 100%;
            background: #4b5563;
            color: white;
            font-semibold;
            padding: 0.5rem;
            border-radius: 0.375rem;
            transition: background 0.3s ease;
            font-size: 0.875rem;
        }
        .submit-button.enabled {
            background: #22c55e;
            cursor: pointer;
        }
        .submit-button.enabled:hover {
            background: #16a34a;
        }
        .loading-dots-button {
            display: none;
        }
        .submit-button.loading .button-text {
            display: none;
        }
        .submit-button.loading .loading-dots-button {
            display: inline;
        }
        .game-container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem;
            background: linear-gradient(135deg, #1e3a8a, #3b82f6);
            border-radius: 1rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .game-placeholder {
            width: 100%;
            height: 400px;
            background: #1f2937;
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
        }
        .escaladas-section {
            width: 100%;
            max-width: 800px;
            margin: 2rem auto;
            padding: 2rem;
            background: #1f2937;
            border-radius: 1rem;
            text-align: center;
        }
        
        @media (max-width: 767px) {
            #loginModalUniqueId, #registerModalUniqueId, #confirmCloseModal, #profileModal {
                position: fixed !important;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%, -50%) !important;
                width: 90% !important;
                max-width: 340px !important;
                background: transparent !important;
                border: none !important;
                box-shadow: none !important;
            }
            #modal1, #jogarModal, #modal3 {
                position: fixed !important;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%, -50%) !important;
                width: 90% !important;
                max-width: 250px !important;
                background: transparent !important;
                border: none !important;
                box-shadow: none !important;
            }
     0% { transform: translate(-50%, -50%) translateY(0); }
                25% { transform: translate(-50%, -50%) translateY(-5px); }
                50% { transform: translate(-50%, -50%) translateY(5px); }
                75% { transform: translate(-50%, -50%) translateY(-5px); }
                100% { transform: translate(-50%, -50%) translateY(0); }
            }
        }
        #loginButton.selected, #registerButton.selected {
            background: linear-gradient(to right, #d4ffcc, #4ade80) !important;
            transition: background 0.3s ease;
        }
        #loginButton:not(.selected), #registerButton:not(.selected) {
            background: transparent !important;
            transition: background 0.3s ease;
        }