    .modal-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(12px);
        z-index: 1200;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }
    .modal-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
    .modal-container {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1250;
        overflow-y: auto;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }
    .modal-container.active {
        opacity: 1;
        visibility: visible;
    }
    .modal-wrapper {
        width: 100%;
        max-width: 440px;
        position: relative;
    }
    .modal-card {
        background: linear-gradient(rgba(24, 24, 27, 0.95), rgba(24, 24, 27, 0.95));
        backdrop-filter: blur(20px);
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.08);
        width: 100%;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    }
    
    .modal-close {
        position: absolute;
        top: 155px;
        right: 20px;
        width: 32px;
        height: 32px;
        background: none;
        border: none;
        color: rgb(2 2 2);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 1.5rem;
        z-index: 100;
        border-radius: 8px;
        background: var(--theme-text);
    }
    
    .modal-close:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.05);
    }
    
    .deposit-header-img {
        width: 100%;
        height: 126px;
        object-fit: cover;
        display: block;
    }
    
    .modal-body {
        padding: 2rem;
        position: relative;
    }
    
    .modal-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 1.5rem 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .modal-title i {
        color: var(--theme-text);
    }
    
    .input-group {
        margin-bottom: 1.25rem;
    }
    
    .input-group.compact {
        margin-bottom: 1rem;
    }
    
    .input-label {
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.875rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    
    .form-group-with-icon {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .input-icon-left {
        position: absolute;
        left: 16px;
        color: rgba(255, 255, 255, 0.3);
        font-size: 1.1rem;
        pointer-events: none;
        transition: color 0.3s;
        z-index: 2;
    }
    
    .amount-input,
    .text-input {
        width: 100%;
        padding: 14px 16px 14px 48px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        color: #ffffff;
        font-size: 0.95rem;
        transition: all 0.3s;
        box-sizing: border-box;
    }
    
    .amount-input::placeholder,
    .text-input::placeholder {
        color: rgba(255, 255, 255, 0.25);
    }
    
    .amount-input:focus,
    .text-input:focus {
        outline: none;
        background: rgba(255, 255, 255, 0.06);
        border-color: var(--theme-bg);
        box-shadow: 0 0 0 3px rgba(var(--theme-bg-rgb), 0.15);
    }
    
    .amount-input:focus ~ .input-icon-left,
    .text-input:focus ~ .input-icon-left,
    .form-group-with-icon:focus-within .input-icon-left {
        color: var(--theme-text);
    }
    
    .min-value-notice {
        display: block;
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.8rem;
        margin-top: 0.5rem;
        margin-left: 4px;
    }
    
    .max-balance {
        display: block;
        text-align: right;
        color: var(--theme-text);
        font-size: 0.8rem;
        margin-top: 0.5rem;
        font-weight: 600;
    }
    
    .bonus-preview {
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(34, 197, 94, 0.03));
        border: 1.5px solid rgba(34, 197, 94, 0.2);
        border-radius: 12px;
        padding: 12px 16px;
        margin-top: 12px;
        margin-bottom: 0;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        display: none;
    }

    .bonus-preview.show {
        opacity: 1;
        transform: translateY(0);
    }

    .bonus-preview-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px 0;
    }

    .bonus-preview-row.bonus-highlight {
        margin-top: 4px;
        padding-top: 8px;
        border-top: 1px solid rgba(34, 197, 94, 0.15);
    }

    .bonus-preview-label {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.7);
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .bonus-preview-row.bonus-highlight .bonus-preview-label {
        color: #22c55e;
        font-weight: 600;
    }

    .bonus-preview-value {
        font-size: 0.875rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
    }

    .bonus-preview-value.bonus-value {
        color: #22c55e;
        font-size: 0.95rem;
    }

    .bonus-preview-label i {
        font-size: 1rem;
    }
    
    .values-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin: 1.5rem 0;
    }
    
    .value-btn {
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.7);
        padding: 12px 8px;
        border-radius: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        font-size: 0.85rem;
        text-align: center;
    }
    
    .value-btn:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
        transform: translateY(-2px);
    }
    
    .value-btn.selected {
        background: var(--theme-bg);
        border-color: var(--theme-text);
        color: var(--theme-text);
        box-shadow: 0 4px 12px rgba(var(--theme-bg-rgb), 0.3);
    }
    
    .quente-tag {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--theme-text);
        color: var(--theme-bg);
        font-size: 9px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 12px;
        white-space: nowrap;
    }
    
    .bonus-tag {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        background: #22c55e;
        color: white;
        font-size: 9px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 12px;
        white-space: nowrap;
        display: none;
    }
    
    .bonus-tag.active {
        display: inline-block;
    }
    
    .promo-checkbox-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 12px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .promo-checkbox-container label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.875rem;
        cursor: pointer;
        user-select: none;
    }
    
    .promo-checkbox-container input[type="checkbox"] {
        accent-color: var(--theme-text);
        width: 18px;
        height: 18px;
        cursor: pointer;
    }
    
    .generate-btn {
        width: 100%;
        border: none;
        padding: 15px 24px;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
        background: var(--theme-bg);
        color: var(--theme-text);
        box-shadow: 0 4px 15px rgba(var(--theme-bg-rgb), 0.3);
        margin-top: 0.5rem;
    }
    
    .generate-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(var(--theme-bg-rgb), 0.4);
        filter: brightness(1.1);
    }
    
    .generate-btn:active {
        transform: translateY(0);
    }
    
    /* PIX INPUT CONTAINER */
    .pix-input-container {
        display: flex;
        gap: 8px;
    }
    
    .pix-key-type-btn {
        min-width: 110px;
        padding: 14px 12px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s;
        font-weight: 600;
        cursor: pointer;
        flex-shrink: 0;
    }
    
    .pix-key-type-btn i {
        font-size: 1.1rem;
    }
    
    .pix-key-type-btn:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
    }
    
    .pix-key-type-btn.active {
        border-color: var(--theme-text);
        color: var(--theme-text);
        background: rgba(var(--theme-bg-rgb), 0.1);
    }
    
    .pix-input {
        flex: 1;
        padding: 14px 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        color: white;
        font-size: 0.95rem;
        min-width: 0;
        transition: all 0.3s ease;
    }
    
    .pix-input::placeholder {
        color: rgba(255, 255, 255, 0.25);
    }
    
    .pix-input:focus {
        outline: none;
        border-color: var(--theme-bg);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: 0 0 0 3px rgba(var(--theme-bg-rgb), 0.15);
    }
    
    /* PIX TYPE SELECTOR DROPDOWN */
    .pix-type-dropdown {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        background: linear-gradient(rgba(24, 24, 27, 0.98), rgba(24, 24, 27, 0.98));
        border: 1.5px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 8px;
        display: none;
        flex-direction: column;
        gap: 4px;
        z-index: 1000;
        min-width: 180px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    
    .pix-type-dropdown.active {
        display: flex;
    }
    
    .pix-type-option {
        padding: 10px 12px;
        background: transparent;
        border: none;
        border-radius: 8px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.875rem;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.2s;
        text-align: left;
    }
    
    .pix-type-option:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }
    
    .pix-type-option.selected {
        background: rgba(var(--theme-bg-rgb), 0.2);
        color: var(--theme-text);
    }
    
    .pix-type-option i {
        font-size: 1.1rem;
        width: 20px;
        text-align: center;
    }
    
    .dual-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    /* QR SECTION */
    .qr-section {
        text-align: center;
        display: none;
    }
    
    .qr-section.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .qr-title {
        color: var(--theme-text);
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .qr-description {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    
    .qr-image-wrapper {
        position: relative;
        width: 250px;
        height: 250px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid var(--theme-text);
        border-radius: 16px;
        box-shadow: 0 0 20px rgba(var(--theme-bg-rgb), 0.5);
        background: white;
    }
    
    .qr-image {
        width: 100%;
        height: 95%;
        padding: 8px;
        border-radius: 16px;
        display: block;
    }
    
    .qr-paid-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(34, 197, 94, 0.95);
        border-radius: 16px;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: 800;
        color: white;
        z-index: 10;
        backdrop-filter: blur(2px);
    }
    
    .qr-paid-overlay.active {
        display: flex;
    }
    
    .qr-code-container {
        display: flex;
        gap: 8px;
        width: 100%;
        max-width: 300px;
    }
    
    .qr-input {
        flex: 1;
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1.5px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        color: white;
        font-size: 0.85rem;
    }
    
    .copy-btn {
        background: var(--theme-bg);
        color: var(--theme-text);
        border: none;
        padding: 12px 16px;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        transition: all 0.3s ease;
        font-size: 0.9rem;
    }
    
    .copy-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(var(--theme-bg-rgb), 0.5);
        filter: brightness(1.1);
    }
    
    .rollover-notice {
        display: none;
        background-color: rgba(239, 68, 68, 0.1);
        border: 2px solid rgba(239, 68, 68, 0.5);
        color: #ef4444;
        padding: 12px;
        border-radius: 10px;
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .loading-overlay {
        position: absolute;
        inset: 0;
        background: rgba(24, 24, 27, 0.95);
        backdrop-filter: blur(8px);
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-radius: 20px;
    }
    
    .loading-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .loading-overlay .spinner {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 5px solid rgba(255, 255, 255, 0.1);
        border-top-color: var(--theme-text);
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    /* RESPONSIVE */
    @media (max-width: 480px) {
        .modal-body {
            padding: 1.5rem;
        }
        
        .modal-title {
            font-size: 1.3rem;
        }
        
        .modal-close {
            position: absolute;
            top: 129px;
            right: 20px;
            width: 32px;
            height: 32px;
            background: none;
            border: none;
            color: rgb(2 2 2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 1.5rem;
            z-index: 100;
            border-radius: 8px;
            background: var(--theme-text);
        }
        
        .values-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }
        
        .value-btn {
            padding: 10px 6px;
            font-size: 0.8rem;
        }
        
        .dual-inputs {
            grid-template-columns: 1fr;
            gap: 1rem;
        }
        
        .qr-image-wrapper {
            width: 220px;
            height: 220px;
        }
        
        .deposit-header-img {
            height: 112px;
        }
        
        .pix-key-type-btn {
            min-width: 95px;
            padding: 12px 8px;
            font-size: 0.8rem;
        }

        .bonus-preview {
            padding: 10px 12px;
        }
        
        .bonus-preview-label,
        .bonus-preview-value {
            font-size: 0.8rem;
        }
        
        .bonus-preview-value.bonus-value {
            font-size: 0.85rem;
        }
    }